[FFmpeg-cvslog] doc/encoders: list missing options for x265

Gyan Doshi git at videolan.org
Sat Mar 31 01:04:18 EEST 2018


ffmpeg | branch: master | Gyan Doshi <gyandoshi at gmail.com> | Fri Mar 30 19:37:09 2018 +0530| [cdd6a525e4922b20c26c47de5da6d191f9b1b52e] | committer: Lou Logan

doc/encoders: list missing options for x265

Add entries for crf and profile in libx265 section

Signed-off-by: Lou Logan <lou at lrcd.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=cdd6a525e4922b20c26c47de5da6d191f9b1b52e
---

 doc/encoders.texi | 6 ++++++
 1 file changed, 6 insertions(+)

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.
 
+ at item profile
+Set profile restrictions.
+
+ at 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.



More information about the ffmpeg-cvslog mailing list