[FFmpeg-devel] [PATCH] doc/encoders - list missing options for x265

Gyan Doshi gyandoshi at gmail.com
Fri Mar 30 16:52:29 EEST 2018


From dafcf437cf6ef407b95b63ac21589137c0e78c9b Mon Sep 17 00:00:00 2001
From: Gyan Doshi <gyandoshi at gmail.com>
Date: Fri, 30 Mar 2018 19:19:09 +0530
Subject: [PATCH] doc/encoders - list missing options for x265

Add entries for crf and profile in libx265 section
---
 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.
-- 
2.12.2.windows.2


More information about the ffmpeg-devel mailing list