summaryrefslogtreecommitdiff
path: root/doc/faq.texi
diff options
context:
space:
mode:
authorDaniel Serpell <dserpell@gmail.com>2008-08-14 15:23:07 +0000
committerDiego Biurrun <diego@biurrun.de>2008-08-14 15:23:07 +0000
commit084cadabbce4d5413295500f7685cbbcccbb1666 (patch)
tree21f8ef886456dcf1f9e47898435d25cad5c517c1 /doc/faq.texi
parentb96e074dc7a8a611dfebab3afc17785f60fd111d (diff)
Add an example of higher resolution video encoding for the PSP to the FAQ.
patch by Daniel Serpell, dserpell gmail com Originally committed as revision 14760 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc/faq.texi')
-rw-r--r--doc/faq.texi4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/faq.texi b/doc/faq.texi
index 7a08badbf2..b57ca146f5 100644
--- a/doc/faq.texi
+++ b/doc/faq.texi
@@ -251,6 +251,10 @@ title, loop filter
CAVLC
@item example command line
ffmpeg -i input -acodec libfaac -ab 128kb -vcodec libx264 -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
+@item higher resolution for newer PSP firmwares, width<=480, height<=272
+-vcodec libx264 -level 21 -coder 1 -f psp
+@item example command line
+ffmpeg -i input -acodec libfaac -ab 128kb -ac 2 -ar 48000 -vcodec libx264 -level 21 -b 640kb -coder 1 -f psp -flags +loop -trellis 2 -partitions +parti4x4+parti8x8+partp4x4+partp8x8+partb8x8 -g 250 -s 480x272 output.mp4
@end table
@section Which are good parameters for encoding high quality MPEG-4?