summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorCompn <tempn@twmi.rr.com>2011-05-18 11:50:34 -0400
committerCompn <tempn@twmi.rr.com>2011-05-18 11:55:10 -0400
commit420ebd1850de594cfdbb573237ba9e2df39946ad (patch)
tree50882d2538ea071b2d9ab489fe4a4da2aa02d82b /doc
parent8146d16b60ec84aae93cfc4a9444d879f9d5bbfc (diff)
add x264opts entry to docs
Diffstat (limited to 'doc')
-rw-r--r--doc/ffmpeg.texi7
1 files changed, 7 insertions, 0 deletions
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