[x265] [PATCH] Adds documentation for zones

Steve Borho steve at borho.org
Mon Jan 26 21:33:19 CET 2015


On 01/26, Adam Marcus wrote:
> # HG changeset patch
> # User amarcu5 <adampetermarcus at gmail.com>
> # Date 1422302963 0
> # Node ID f4bea61e160743cccb23b06a8c401d8eac2f2dcd
> # Parent  5fc167a483c2cb7efbfb6a564e713a617ceac7ea
> Adds documentation for zones

queued, thanks!

> 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
>  ====================
>  
> 

> _______________________________________________
> x265-devel mailing list
> x265-devel at videolan.org
> https://mailman.videolan.org/listinfo/x265-devel


-- 
Steve Borho


More information about the x265-devel mailing list