<snip> > The FFmpeg FAQ[0] gives a bit of couple of example command lines: > > ffmpeg -i input \ > -acodec libfaac -ab 128kb \ > -vcodec mpeg4 -b 1200kb \ > -ar 24000 -mbd 2 -flags +4mv+trell \ > -aic 2 -cmp 2 -subcmp 2 -s 368x192 \ > -r 30000/1001 -title X \ > -f psp output.mp4 > > ffmpeg -i input \ > -acodec libfaac -ab 128kb \ > -vcodec h264 -b 1200kb \ > -ar 48000 -mbd 2 \ > -coder 1 -cmp 2 -subcmp 2 \ > -s 368x192 -r 30000/1001 \ > -title X -f psp \ > -flags loop -trellis 2 \ > -partitions parti4x4+parti8x8+partp4x4+partp8x8+partb8x8 \ > output.mp4 > > As to which one will give the better quality, I have no idea. > > [0] <URL:http://ffmpeg.mplayerhq.hu/faq.html#TOC19> > > Regards, > David Bolt > > -- > Team Acorn: http://www.distributed.net/ OGR-P2 @ ~100Mnodes RC5-72 @ > ~15Mkeys > > | SUSE 10.1 32bit | openSUSE 10.2 32bit | openSUSE 10.3 > | 32bit > > SUSE 10.0 64bit | SUSE 10.1 64bit | openSUSE 10.2 64bit | > RISC OS 3.11 | RISC OS 3.6 | TOS 4.02 | openSUSE 10.3 > PPC
Thanks, the first one worked for me. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
