diff options
author | Gyan Doshi | 2018-03-30 19:19:09 +0530 |
---|---|---|
committer | Lou Logan | 2018-03-30 14:03:03 -0800 |
commit | cdd6a525e4922b20c26c47de5da6d191f9b1b52e (patch) | |
tree | efa9bdbadd4e72f0f179a70ce48c744b266beaa0 /doc/encoders.texi | |
parent | 33bd2b99a1c2cf3fc8b810a11c6615a37d9f9cf4 (diff) |
doc/encoders: list missing options for x265
Add entries for crf and profile in libx265 section
Signed-off-by: Lou Logan <lou@lrcd.com>
Diffstat (limited to 'doc/encoders.texi')
-rw-r--r-- | doc/encoders.texi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/encoders.texi b/doc/encoders.texi index f25d47e272..7b095754d1 100644 --- a/doc/encoders.texi +++ b/doc/encoders.texi @@ -2159,6 +2159,12 @@ Set the x265 preset. @item tune Set the x265 tune parameter. +@item profile +Set profile restrictions. + +@item crf +Set the quality for constant quality mode. + @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. |