[FFmpeg-cvslog] add x264opts entry to docs

Compn git at videolan.org
Wed May 18 17:55:37 CEST 2011


ffmpeg | branch: master | Compn <tempn at twmi.rr.com> | Wed May 18 11:50:34 2011 -0400| [420ebd1850de594cfdbb573237ba9e2df39946ad] | committer: Compn

add x264opts entry to docs

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

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

diff --git a/doc/ffmpeg.texi b/doc/ffmpeg.texi
index 62b8996..70ad6c5 100644
--- a/doc/ffmpeg.texi
+++ b/doc/ffmpeg.texi
@@ -312,6 +312,13 @@ the input video.
 Use the option "-filters" to show all the available filters (including
 also sources and sinks).
 
+ at item -x264opts @var{option}
+Allows you to set any x264 option, see x264 manual for a list.
+ at example
+ffmpeg -i foo.mpg -vcodec libx264 -x264opts keyint=123:min-keyint=20 -an out.mkv
+ at end example
+
+
 @end table
 
 @section Advanced Video Options



More information about the ffmpeg-cvslog mailing list