[Ffmpeg-cvslog] r7136 - trunk/doc/faq.texi
Måns Rullgård
mru
Mon Nov 20 22:43:51 CET 2006
diego <subversion at mplayerhq.hu> writes:
> Author: diego
> Date: Mon Nov 20 20:05:18 2006
> New Revision: 7136
>
> Modified:
> trunk/doc/faq.texi
>
> Log:
> Current FFmpeg expects bits/s instead of kilobits/s in the -b option.
> patch by V?ctor Paesa, wzrlpy arsystel com
>
> Modified: trunk/doc/faq.texi
> ==============================================================================
> --- trunk/doc/faq.texi (original)
> +++ trunk/doc/faq.texi Mon Nov 20 20:05:18 2006
> @@ -171,7 +171,7 @@
> @item non-working stuff
> B-frames
> @item example command line
> -ffmpeg -i input -acodec aac -ab 128 -vcodec mpeg4 -b 1200 -mbd 2 -flags +4mv+trell -aic 2 -cmp 2 -subcmp 2 -s 320x180 -title X output.mp4
> +ffmpeg -i input -acodec aac -ab 128 -vcodec mpeg4 -b 1200Kb -mbd 2 -flags +4mv+trell -aic 2 -cmp 2 -subcmp 2 -s 320x180 -title X output.mp4
I'd prefer if the documentation used lowercase k suffix. It is more
correct, even if both are supported.
--
M?ns Rullg?rd
mru at inprovide.com
More information about the ffmpeg-cvslog
mailing list