1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-02-04 06:08:26 +02:00

add x264opts entry to docs

This commit is contained in:
Compn 2011-05-18 11:50:34 -04:00
parent 8146d16b60
commit 420ebd1850

View File

@ -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