EDIT: IT WORKS!!! Please read... http://forums.gbpvr.com/showpost.php?p=3...stcount=35
I am trying to figure out how to have ffmpeg do a second pass when encoding a .mpg to a .avi but every time it leaves the .mpg and creates the .avi but it has no size. Here is my code in config.xml ...
I am trying to figure out how to have ffmpeg do a second pass when encoding a .mpg to a .avi but every time it leaves the .mpg and creates the .avi but it has no size. Here is my code in config.xml ...
Code:
<Conversion name="XviD" cmd="-y -i {SOURCE_FILE} -f avi -ab 224k -ac 2 -acodec mp3 -vcodec xvid -deinterlace -pass 2 -qscale 7 -vtag XVID {DEST_FILE}" targetExtension=".avi" />