From 420ebd1850de594cfdbb573237ba9e2df39946ad Mon Sep 17 00:00:00 2001 From: Compn Date: Wed, 18 May 2011 11:50:34 -0400 Subject: add x264opts entry to docs --- doc/ffmpeg.texi | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'doc') diff --git a/doc/ffmpeg.texi b/doc/ffmpeg.texi index 62b8996f02..70ad6c5551 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). +@item -x264opts @var{option} +Allows you to set any x264 option, see x264 manual for a list. +@example +ffmpeg -i foo.mpg -vcodec libx264 -x264opts keyint=123:min-keyint=20 -an out.mkv +@end example + + @end table @section Advanced Video Options -- cgit v1.2.3