diff options
author | Derek Buitenhuis <derek.buitenhuis@gmail.com> | 2016-11-06 13:46:30 +0000 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2016-11-06 15:26:08 +0100 |
commit | b54fd42d7d752acb2d0257412b5b40f7eb2fc10e (patch) | |
tree | 1bfcdeda7a753e1646cd6ee5429008b4d79fd88e /doc | |
parent | 755472124fb6a12d8e32045b3577cba0f9d786fe (diff) | |
download | ffmpeg-b54fd42d7d752acb2d0257412b5b40f7eb2fc10e.tar.gz |
doc/libx26[45]: Add documentation for forced-idr
Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/encoders.texi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/encoders.texi b/doc/encoders.texi index 5a60e7ee5a..ba60e0ab40 100644 --- a/doc/encoders.texi +++ b/doc/encoders.texi @@ -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. |