diff mbox

[FFmpeg-devel] doc/libx26[45]: Add documentation for forced-idr

Message ID 1478439990-6987-1-git-send-email-derek.buitenhuis@gmail.com
State Accepted
Commit b54fd42d7d752acb2d0257412b5b40f7eb2fc10e
Headers show

Commit Message

Derek Buitenhuis Nov. 6, 2016, 1:46 p.m. UTC
Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
---
As request by Michael.
---
 doc/encoders.texi | 8 ++++++++
 1 file changed, 8 insertions(+)

Comments

Michael Niedermayer Nov. 6, 2016, 2:25 p.m. UTC | #1
On Sun, Nov 06, 2016 at 01:46:30PM +0000, Derek Buitenhuis wrote:
> Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
> ---
> As request by Michael.
> ---
>  doc/encoders.texi | 8 ++++++++
>  1 file changed, 8 insertions(+)

applied

thx

[...]
diff mbox

Patch

diff --git a/doc/encoders.texi b/doc/encoders.texi
index 5a60e7e..ba60e0a 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.