[x265] [PATCH] doc: Improve doc in help
Pradeep Ramachandran
pradeep at multicorewareinc.com
Tue Nov 1 12:23:07 CET 2016
# HG changeset patch
# User Pradeep Ramachandran <pradeep at multicorewareinc.com>
# Date 1477996405 -19800
# Tue Nov 01 16:03:25 2016 +0530
# Node ID 616cf2cbb1a9923e68bb75d8c4b529d51db0dc3b
# Parent b08109b3701e9b86010c5a5ed0ad7b3d6a051911
doc: Improve doc in help
diff -r b08109b3701e -r 616cf2cbb1a9 source/x265cli.h
--- a/source/x265cli.h Fri Oct 28 10:28:15 2016 +0800
+++ b/source/x265cli.h Tue Nov 01 16:03:25 2016 +0530
@@ -462,8 +462,8 @@
H0(" --log2-max-poc-lsb <integer> Maximum of the picture order count\n");
H0(" --[no-]vui-timing-info Discard optional VUI timing information from the bistream. Default %s\n", OPT(param->bEmitVUITimingInfo));
H0(" --[no-]vui-hrd-info Discard optional HRD timing information from the bistream. Default %s\n", OPT(param->bEmitVUIHRDInfo));
- H0(" --[no-]opt-qp-pps Discard optional HRD timing information from the bistream. Default %s\n", OPT(param->bOptQpPPS));
- H0(" --[no-]opt-ref-list-length-pps Discard optional HRD timing information from the bistream. Default %s\n", OPT(param->bOptRefListLengthPPS));
+ H0(" --[no-]opt-qp-pps Dynamically optimize QP in PPS (instead of default 26) based on QPs in previous GOP. Default %s\n", OPT(param->bOptQpPPS));
+ H0(" --[no-]opt-ref-list-length-pps Dynamically set L0 and L1 ref list length in PPS (instead of default 0) based on values in last GOP. Default %s\n", OPT(param->bOptRefListLengthPPS));
H0(" --[no-]multi-pass-opt-rps Enable storing commonly RPS in SPS in multi pass mode. Default %s\n", OPT(param->bMultiPassOptRPS));
H1("\nReconstructed video options (debugging):\n");
H1("-r/--recon <filename> Reconstructed raw image YUV or Y4M output file name\n");
-------------- next part --------------
A non-text attachment was scrubbed...
Name: repo.patch
Type: text/x-patch
Size: 1783 bytes
Desc: not available
URL: <http://mailman.videolan.org/pipermail/x265-devel/attachments/20161101/f32a9aae/attachment.bin>
More information about the x265-devel
mailing list