[x265] [PATCH] doc: Add recently added SEI and pic-struct to cli doc

Pradeep Ramachandran pradeep at multicorewareinc.com
Wed May 30 17:09:03 CEST 2018


# HG changeset patch
# User Pradeep Ramachandran <pradeep at multicorewareinc.com>
# Date 1527692653 -19800
#      Wed May 30 20:34:13 2018 +0530
# Node ID 0abbe67e55d19d176626e88c545d56d8e2b7ed1b
# Parent  a7bd0622ece545d6728dda63d9588d81b4c6d268
doc: Add recently added SEI and pic-struct to cli doc

diff -r a7bd0622ece5 -r 0abbe67e55d1 doc/reST/cli.rst
--- a/doc/reST/cli.rst	Tue May 29 19:49:13 2018 +0530
+++ b/doc/reST/cli.rst	Wed May 30 20:34:13 2018 +0530
@@ -2122,6 +2122,18 @@
 	Maximum luma value allowed for input pictures. Any values above max-luma
 	are clipped.  No default.
 
+.. option:: --atc-sei <integer>
+
+	Emit the alternative transfer characteristics SEI message where the integer
+	is the preferred transfer characteristics. Required for HLG (Hybrid Log Gamma)
+	signalling. Not signalled by default.
+
+.. option:: --pic-struct <integer>
+
+	Set the picture structure and emits it in the picture timing SEI message.
+	Values in the range 0..12. See D.3.3 of the HEVC spec. for a detailed explanation.
+	Required for HLG (Hybrid Log Gamma) signalling. Not signalled by default.
+
 Bitstream options
 =================
 


More information about the x265-devel mailing list