diff mbox

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

Message ID 15d8d59f-37da-5f1f-0532-236b4d21cd75@gmail.com
State Accepted
Commit cdd6a525e4922b20c26c47de5da6d191f9b1b52e
Headers show

Commit Message

Gyan March 30, 2018, 1:52 p.m. UTC
From dafcf437cf6ef407b95b63ac21589137c0e78c9b Mon Sep 17 00:00:00 2001
From: Gyan Doshi <gyandoshi@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(+)

Comments

Lou Logan March 30, 2018, 10:05 p.m. UTC | #1
On Fri, 30 Mar 2018 19:22:29 +0530
Gyan Doshi <gyandoshi@gmail.com> wrote:

> From dafcf437cf6ef407b95b63ac21589137c0e78c9b Mon Sep 17 00:00:00 2001
> From: Gyan Doshi <gyandoshi@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(+)

Pushed, thanks.
diff mbox

Patch

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.