diff options
author | Etienne Buira <etienne.buira.lists@free.fr> | 2011-05-18 18:54:42 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2011-05-19 00:11:32 +0200 |
commit | 155d1d189bf240764a18a6923739e84d09ac5d08 (patch) | |
tree | 975726761dcc2bcdc56e900312a81c34d76c3011 /doc/ffmpeg.texi | |
parent | 7e5cb2ef51650d1c3050cfa09bf4496813df5e57 (diff) | |
download | ffmpeg-155d1d189bf240764a18a6923739e84d09ac5d08.tar.gz |
Add little description for -rc_override
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'doc/ffmpeg.texi')
-rw-r--r-- | doc/ffmpeg.texi | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/ffmpeg.texi b/doc/ffmpeg.texi index 70ad6c5551..7f2230d46f 100644 --- a/doc/ffmpeg.texi +++ b/doc/ffmpeg.texi @@ -409,7 +409,10 @@ and the following constants are available: @end table @item -rc_override @var{override} -rate control override for specific intervals +Rate control override for specific intervals, formated as "int,int,int" +list separated with slashes. Two first values are the beginning and +end frame numbers, last one is quantizer to use if positive, or quality +factor if negative. @item -me_method @var{method} Set motion estimation method to @var{method}. Available methods are (from lowest to best quality): |