diff options
author | Compn <tempn@twmi.rr.com> | 2011-05-18 11:50:34 -0400 |
---|---|---|
committer | Compn <tempn@twmi.rr.com> | 2011-05-18 11:55:10 -0400 |
commit | 420ebd1850de594cfdbb573237ba9e2df39946ad (patch) | |
tree | 50882d2538ea071b2d9ab489fe4a4da2aa02d82b | |
parent | 8146d16b60ec84aae93cfc4a9444d879f9d5bbfc (diff) | |
download | ffmpeg-420ebd1850de594cfdbb573237ba9e2df39946ad.tar.gz |
add x264opts entry to docs
-rw-r--r-- | doc/ffmpeg.texi | 7 |
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 |