[FFmpeg-devel] some random docu patches

Roger Pack rogerdpack2 at gmail.com
Mon Oct 15 21:55:03 CEST 2012


> Nit: my favorite convenction:
> doc/filters: fix flite examples

Ok will keep in mind (I assume you're referring to the git commit message?)

>> Signed-off-by: rogerdpack <rogerpack2005 at gmail.com>
>> ---
>>  doc/ffmpeg.texi  |    2 +-
>>  doc/filters.texi |    2 +-
>>  2 files changed, 2 insertions(+), 2 deletions(-)
>>
>> diff --git a/doc/ffmpeg.texi b/doc/ffmpeg.texi
>> index 767ce59..e73ef25 100644
>> --- a/doc/ffmpeg.texi
>> +++ b/doc/ffmpeg.texi
>> @@ -58,7 +58,7 @@ options apply ONLY to the next input or output file and are reset between files.
>>  @item
>>  To set the video bitrate of the output file to 64kbit/s:
>
>>  @example
>> -ffmpeg -i input.avi -b:v 64k output.avi
>> +ffmpeg -i input.avi -b:v 64k -bufsize 64k output.avi
>>  @end example
>
> Unrelated.

The bufsize is unrelated? (the problem I was trying to fix here
was...that you cannot actually use the command given ("ffmpeg -i
input.avi -b:v 64k output.avi") and have it apply the video bitrate of
64k.  Which confused me. It needs a bufsize...or at least mention of
it :)

> For future reference: @file{ffmpeg} improves rendering

Will keep it in mind thanks.
-r


More information about the ffmpeg-devel mailing list