NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Add-ons (3rd party plugins, utilities and skins) Old Stuff (Legacy) GB-PVR Support (legacy) v
« Previous 1 … 856 857 858 859 860 … 1231 Next »
Converting to AVI - 2 pass encoding

 
  • 0 Vote(s) - 0 Average
Converting to AVI - 2 pass encoding
fishy6969
Offline

Junior Member

Posts: 7
Threads: 3
Joined: Sep 2004
#1
2006-02-16, 03:12 PM
I'm using the post-processing to XVID built into the latest version of GBPVR - it works well IMHO. My question - does anyone know how to change the encoding into two passes? I found a line alluding to xvid encoding in the config.xml file but wasn't sure how to change it and not screw things up.

Many Thanks
djtaylor
Offline

Senior Member

Posts: 505
Threads: 48
Joined: Jan 2006
#2
2006-02-16, 04:18 PM
From the documenation at http://ffmpeg.sourceforge.net/ffmpeg-doc.html

Try using these

`-pass n'
Select the pass number (1 or 2). It is useful to do two pass encoding. The statistics of the video are recorded in the first pass and the video is generated at the exact requested bitrate in the second pass.
`-passlogfile file'
Set two pass logfile name to file.

David.
fishy6969
Offline

Junior Member

Posts: 7
Threads: 3
Joined: Sep 2004
#3
2006-02-17, 12:00 PM
Thanks for that info - I've checked the FFMpeg website and have the settings I want. My only problem is how to integrate that into the config.xml file:-
Code:
<CustomFFmpegConversions>
    <Conversion name="XviD" cmd="-i {SOURCE_FILE} -f avi -vcodec xvid -b 1250 {DEST_FILE}" targetExtension=".avi" />
    <Conversion name="Video Ipod" cmd="-i {SOURCE_FILE} -f mp4 -vcodec mpeg4 -s 320x240 -r 15 {DEST_FILE}" targetExtension=".mp4" />
    <Conversion name="Sony PSP" cmd="-i {SOURCE_FILE} -f mp4 -vcodec mpeg4 -s 320x240 -r 15 {DEST_FILE}" targetExtension=".mp4" />
    <Conversion name="Mobile .3GP" cmd="-i {SOURCE_FILE} -acodec aac -vcodec mpeg4 -s qcif -aspect 4:3 -hq {DEST_FILE}" targetExtension=".3gp" />
  </CustomFFmpegConversions>

This seems to specify a single sets of commands per profile to send to FFMpeg - to do 2-pass encoding I think I'm right in saying that you would need 2 sequential commands ie

ffmpeg.exe -pass1 etc...
ffmpeg.exe -pass2 etc..

Any ideas gratefully received!
djtaylor
Offline

Senior Member

Posts: 505
Threads: 48
Joined: Jan 2006
#4
2006-02-17, 12:37 PM (This post was last modified: 2006-02-17, 12:57 PM by djtaylor.)
Hmm, don't know haven't tried it with ffmpeg.

What you could do is abandon that feature in gbpvr and instead use dirmon http://www.dragonglobal.org and run a batchfile instead.

Alternatively, schedule the conversion after the end of the recording in postprocessing.bat. If you launch ffmpeg with a start /low prefix then it won't slug the machine if there are other processes happening at the same time.

David.
fishy6969
Offline

Junior Member

Posts: 7
Threads: 3
Joined: Sep 2004
#5
2006-02-17, 02:17 PM
Ah!! I hadn't come accross DirMon. I'll give that a go.
Thanks
Emil
Offline

Junior Member

Posts: 5
Threads: 2
Joined: Feb 2006
#6
2006-02-26, 05:49 PM
So, what's the final solution to encode to xvid 2-pass? The built-in solution only allows 1-pass encoding.
fishy6969
Offline

Junior Member

Posts: 7
Threads: 3
Joined: Sep 2004
#7
2006-02-27, 11:03 AM
The setting for the built-in solution looks to be in config.xml but I'm not confident changing these as I'm not sure of the structure. Instead I've started using the process outlined at

http://forums.nextpvr.com/showthread.php...processing

as this lets you have different profiles depending on program name etc. I'm getting good results so far. There's no user interface as such but editing the batch file is easy enough.
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



Possibly Related Threads…
Thread Author Replies Views Last Post
  XMLTV import with UTF encoding fails (also valid for NPVR) miniGranis 4 2,423 2011-01-29, 08:16 PM
Last Post: miniGranis
  Resolution Issues when re-encoding captured video bgrieb 5 3,042 2010-11-02, 03:52 AM
Last Post: mvallevand
  Auto Converting TS Files To MPEG2 Not Working skycyclepilot 2 2,047 2010-07-06, 10:35 AM
Last Post: skycyclepilot
  Hauppauge WinTV-HVR-2250 encoding at 720x480 DragonM15 5 2,373 2009-11-13, 10:40 PM
Last Post: sub
  Analog card with hardware encoding? Cydewinder 6 2,823 2009-10-30, 04:44 PM
Last Post: OrakelJos
  built in encoding que tvshowman 2 1,564 2009-10-06, 06:28 AM
Last Post: tvshowman
  Post record processing (converting to AVI) Kissack 1 1,432 2009-10-04, 05:45 PM
Last Post: Kissack
  Converting from Myth-TV bwgreen 11 4,905 2009-09-07, 12:04 PM
Last Post: gazzat5
  Weird issue converting 1 specific show...Warehouse 13 JasonB 3 1,759 2009-08-28, 01:01 AM
Last Post: smajor
  Encoding .MPG Files To .AVI XviD Files Using HandBrake BTJustice 2 4,830 2009-07-08, 09:52 PM
Last Post: BTJustice

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode