I did not receive this patch via mailing list, but found it in the commits:
https://bitbucket.org/multicoreware/x265/commits/85671d5164b967c9d7921ed3cb5a2995efbd3c2c
# HG changeset patch
# User liujun
# Date 1472536596 -28800
# Node ID 85671d5164b967c9d7921ed3cb5a2995efbd3c2c
# Parent 7878a576a112f61b9aa496397d995eb918d4f0dc
add --[no-]analysis-src-pics parameter to enable/disable use source
frame pixels to do motion estimation.
There seems to be a copy/paste mistake, creating a double documentation
for the new parameter:
@@ -380,6 +382,8 @@
" - 2 : Last pass, does not
overwrite stats file\n"
" - 3 : Nth pass, overwrites
stats file\n");
H0(" --stats Filename for stats file in
multipass pass rate control. Default x265_2pass.log\n");
+ H0(" --analyze-src-pics Motion estimation uses source
frame planes. Default disable\n");
+ H0(" --[no-]analyze-src-pics Motion estimation uses source
frame planes. Default disable\n");
H0(" --[no-]slow-firstpass Enable a slow first pass in a
multipass rate control mode. Default %s\n",
OPT(param->rc.bEnableSlowFirstPass));
H0(" --[no-]strict-cbr Enable stricter conditions and
tolerance for bitrate deviations in CBR mode. Default %s\n",
OPT(param->rc.bStrictCbr));
H0(" --analysis-mode <string|int> save - Dump analysis info into
file, load - Load analysis buffers from the file. Default %d\n",
param->analysisMode);
You may probably want to fix this double documentation with a future patch
removing the first of both lines:
- H0(" --analyze-src-pics Motion estimation uses source
frame planes. Default disable\n");
--
Fun and success!
Mario *LigH* Rohkrämer
mailto:[email protected]
_______________________________________________
x265-devel mailing list
[email protected]
https://mailman.videolan.org/listinfo/x265-devel