mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-24 13:56:33 +02:00
Clarify -minrate/-maxrate description in the documentation.
patch by tripp, eliared yahoo com Originally committed as revision 14320 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
29d05ebc7a
commit
bbc35f515f
@ -388,8 +388,14 @@ Disable video recording.
|
||||
Set video bitrate tolerance (in bit/s).
|
||||
@item -maxrate @var{bitrate}
|
||||
Set max video bitrate (in bit/s).
|
||||
Requires -bufsize to be set.
|
||||
@item -minrate @var{bitrate}
|
||||
Set min video bitrate (in bit/s).
|
||||
Most useful in setting up a CBR encode:
|
||||
@example
|
||||
ffmpeg -i myfile.avi -b 4000k -minrate 4000k -maxrate 4000k -bufsize 1835k out.m2v
|
||||
@end example
|
||||
It is of little use elsewise.
|
||||
@item -bufsize @var{size}
|
||||
Set video buffer verifier buffer size (in bits).
|
||||
@item -vcodec @var{codec}
|
||||
|
Loading…
x
Reference in New Issue
Block a user