]> git.sesse.net Git - ffmpeg/commitdiff
doc/libx26[45]: Add documentation for forced-idr
authorDerek Buitenhuis <derek.buitenhuis@gmail.com>
Sun, 6 Nov 2016 13:46:30 +0000 (13:46 +0000)
committerMichael Niedermayer <michael@niedermayer.cc>
Sun, 6 Nov 2016 14:26:08 +0000 (15:26 +0100)
Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
doc/encoders.texi

index 5a60e7ee5a57ebf5e3dbb9dccab5906872b53da5..ba60e0ab400bcfc464777c8156126a68dc229a76 100644 (file)
@@ -1751,6 +1751,10 @@ Exhaustive search.
 Hadamard exhaustive search (slowest).
 @end table
 
+@item forced-idr
+Normally, when forcing a I-frame type, the encoder can select any type
+of I-frame. This option forces it to choose an IDR-frame.
+
 @item subq (@emph{subme})
 Sub-pixel motion estimation method.
 
@@ -2041,6 +2045,10 @@ Set the x265 preset.
 @item tune
 Set the x265 tune parameter.
 
+@item forced-idr
+Normally, when forcing a I-frame type, the encoder can select any type
+of I-frame. This option forces it to choose an IDR-frame.
+
 @item x265-params
 Set x265 options using a list of @var{key}=@var{value} couples separated
 by ":". See @command{x265 --help} for a list of options.