2009-03-01, 02:06 PM
Ok I figured out the config.xml could be edited to allow a .bat file to run to do second pass...
<Conversion name="XviD 2-pass" exe="XviD 2-pass.bat" cmd="-y -i {SOURCE_FILE} {DEST_FILE}" targetExtension=".avi" />
So I made a .bat file called XviD 2-pass.bat and saved it to C:\Program Files\Devnz\GBPVR\Third Party\ffmpeg
Here is the code in it...
-ab 128k -ac 2 -acodec mp3 -deinterlace -f avi -qscale 7 -pass 1 -threads 2 -vcodec xvid -vtag XVID
-ab 128k -ac 2 -acodec mp3 -deinterlace -f avi -qscale 7 -pass 2 -threads 2 -vcodec xvid -vtag XVID
BUT...
Something is not right as it doesn't work in that .bat file. What am I missing?
<Conversion name="XviD 2-pass" exe="XviD 2-pass.bat" cmd="-y -i {SOURCE_FILE} {DEST_FILE}" targetExtension=".avi" />
So I made a .bat file called XviD 2-pass.bat and saved it to C:\Program Files\Devnz\GBPVR\Third Party\ffmpeg
Here is the code in it...
-ab 128k -ac 2 -acodec mp3 -deinterlace -f avi -qscale 7 -pass 1 -threads 2 -vcodec xvid -vtag XVID
-ab 128k -ac 2 -acodec mp3 -deinterlace -f avi -qscale 7 -pass 2 -threads 2 -vcodec xvid -vtag XVID
BUT...
Something is not right as it doesn't work in that .bat file. What am I missing?