[x265] [PATCH] vbv-end: nits
aruna at multicorewareinc.com
aruna at multicorewareinc.com
Tue Nov 7 14:48:13 CET 2017
# HG changeset patch
# User Aruna Matheswaran <aruna at multicorewareinc.com>
# Date 1510062331 -19800
# Tue Nov 07 19:15:31 2017 +0530
# Node ID b6c692f5f5b145eb8d874cfb44db8c85fc2978cc
# Parent 8a121d8cc134cc348466e5d63a6a02d1531d8055
vbv-end: nits
diff -r 8a121d8cc134 -r b6c692f5f5b1 doc/reST/cli.rst
--- a/doc/reST/cli.rst Mon Nov 06 11:32:04 2017 +0530
+++ b/doc/reST/cli.rst Tue Nov 07 19:15:31 2017 +0530
@@ -1499,7 +1499,7 @@
.. option:: --vbv-end <float>
- Final buffer emptiness. The portion of the decode buffer that must be
+ Final buffer emptiness. The portion of the decode buffer that must be
available after all the specified frames have been inserted into the
decode buffer. Specified as a fractional value between 0 and 1, or in
kbits. Default 0 (disabled)
@@ -1511,7 +1511,7 @@
.. option:: --vbv-end-fr-adj <float>
- Frame from which qp has to be adjusted to achieve final decode buffer
+ Frame from which qp has to be adjusted to achieve final decode buffer
emptiness. Specified as a fraction of the total frames. Fractions > 0 are
supported only when the total number of frames is known. Default 0.
diff -r 8a121d8cc134 -r b6c692f5f5b1 source/x265cli.h
--- a/source/x265cli.h Mon Nov 06 11:32:04 2017 +0530
+++ b/source/x265cli.h Tue Nov 07 19:15:31 2017 +0530
@@ -445,8 +445,8 @@
H0(" --vbv-maxrate <integer> Max local bitrate (kbit/s). Default %d\n", param->rc.vbvMaxBitrate);
H0(" --vbv-bufsize <integer> Set size of the VBV buffer (kbit). Default %d\n", param->rc.vbvBufferSize);
H0(" --vbv-init <float> Initial VBV buffer occupancy (fraction of bufsize or in kbits). Default %.2f\n", param->rc.vbvBufferInit);
- H0(" --vbv-end <float> Final VBV buffer emptiness (fraction of bufsize or in kbits). Default 0 (disabled)");
- H0(" --vbv-end-fr-adj <float> Frame from which qp has to be adjusted to achieve final decode buffer emptiness. Default 0");
+ H0(" --vbv-end <float> Final VBV buffer emptiness (fraction of bufsize or in kbits). Default 0 (disabled)\n");
+ H0(" --vbv-end-fr-adj <float> Frame from which qp has to be adjusted to achieve final decode buffer emptiness. Default 0\n");
H0(" --pass Multi pass rate control.\n"
" - 1 : First pass, creates stats file\n"
" - 2 : Last pass, does not overwrite stats file\n"
-------------- next part --------------
A non-text attachment was scrubbed...
Name: x265_clone.patch
Type: text/x-patch
Size: 2500 bytes
Desc: not available
URL: <http://mailman.videolan.org/pipermail/x265-devel/attachments/20171107/80db267c/attachment.bin>
More information about the x265-devel
mailing list