]> git.sesse.net Git - ffmpeg/commitdiff
doc/encoders: list missing options for x265
authorGyan Doshi <gyandoshi@gmail.com>
Fri, 30 Mar 2018 13:49:09 +0000 (19:19 +0530)
committerLou Logan <lou@lrcd.com>
Fri, 30 Mar 2018 22:03:03 +0000 (14:03 -0800)
Add entries for crf and profile in libx265 section

Signed-off-by: Lou Logan <lou@lrcd.com>
doc/encoders.texi

index f25d47e272015d369eb5351b5dbe656aaddd2fd6..7b095754d1d982f800815c7490f9623ebfb98483 100644 (file)
@@ -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.