you can even use 2 pass encoding with this program.
ffmpeg -i s18e01.flv -b 700k -r 29.97 -s 740x480 -aspect 4:3 -pass 1 s18e01.mpg
for my second pass I used.
ffmpeg -i s18e01.flv -b 700k -r 29.97 -s 740x480 -aspect 4:3 -pass 2 s18e01.mpg
there is a good bit of audio options I havn't messed with. The default audio encoding is not that great so you have to tinker around with it from the manaul if you want good audio. |
Last edited by ViperZakuto; 09-18-2007 at 10:45 PM..
|