Browse Source

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>
tags/n3.3
Derek Buitenhuis Michael Niedermayer 9 years ago
parent
commit
b54fd42d7d
1 changed files with 8 additions and 0 deletions
  1. +8
    -0
      doc/encoders.texi

+ 8
- 0
doc/encoders.texi View File

@@ -1751,6 +1751,10 @@ Exhaustive search.
Hadamard exhaustive search (slowest). Hadamard exhaustive search (slowest).
@end table @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}) @item subq (@emph{subme})
Sub-pixel motion estimation method. Sub-pixel motion estimation method.


@@ -2041,6 +2045,10 @@ Set the x265 preset.
@item tune @item tune
Set the x265 tune parameter. 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 @item x265-params
Set x265 options using a list of @var{key}=@var{value} couples separated Set x265 options using a list of @var{key}=@var{value} couples separated
by ":". See @command{x265 --help} for a list of options. by ":". See @command{x265 --help} for a list of options.


Loading…
Cancel
Save