[x265] [PATCH] Adds documentation for zones

Adam Marcus adampetermarcus at gmail.com
Mon Jan 26 21:10:34 CET 2015


# HG changeset patch
# User amarcu5 <adampetermarcus at gmail.com>
# Date 1422302963 0
# Node ID f4bea61e160743cccb23b06a8c401d8eac2f2dcd
# Parent  5fc167a483c2cb7efbfb6a564e713a617ceac7ea
Adds documentation for zones

diff --git a/doc/reST/cli.rst b/doc/reST/cli.rst
--- a/doc/reST/cli.rst
+++ b/doc/reST/cli.rst
@@ -1055,6 +1055,16 @@
 
 	temporally blur complexity. default 20
 
+.. option:: --zones <zone0>/<zone1>/...
+
+	Tweak the bitrate of regions of the video. Each zone takes the form:
+
+	<start frame>,<end frame>,<option> where <option> is either q=<integer>
+	(force QP) or b=<float> (bitrate multiplier).
+
+	If zones overlap, whichever comes later in the list takes precedence.
+	Default none
+
 Quantization Options
 ====================
 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/x265-devel/attachments/20150126/f7dd6cbb/attachment.html>


More information about the x265-devel mailing list