[FFmpeg-cvslog] Add little description for -rc_override

Etienne Buira git at videolan.org
Thu May 19 00:13:05 CEST 2011


ffmpeg | branch: master | Etienne Buira <etienne.buira.lists at free.fr> | Wed May 18 18:54:42 2011 +0200| [155d1d189bf240764a18a6923739e84d09ac5d08] | committer: Michael Niedermayer

Add little description for -rc_override

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=155d1d189bf240764a18a6923739e84d09ac5d08
---

 doc/ffmpeg.texi |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/doc/ffmpeg.texi b/doc/ffmpeg.texi
index 70ad6c5..7f2230d 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):



More information about the ffmpeg-cvslog mailing list