[Ffmpeg-cvslog] r7136 - trunk/doc/faq.texi

Diego Biurrun diego
Mon Nov 20 22:48:35 CET 2006


On Mon, Nov 20, 2006 at 09:43:51PM +0000, M?ns Rullg?rd wrote:
> diego <subversion at mplayerhq.hu> writes:
> 
> > 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
> >
> > --- 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.

I agree, fixed.

Diego




More information about the ffmpeg-cvslog mailing list