[x265] Nit: CLI help of fast-intra
Mario *LigH* Rohkrämer
contact at ligh.de
Mon Aug 18 15:37:23 CEST 2014
Please excuse me having no experience in using diff and creating proper
patches; but I believe the result for x265.cpp would probably contain:
H0(" --[no-]constrained-intra Constrained intra prediction
(use only intra coded reference pixels) Default %s\n",
OPT(param->bEnableConstrainedIntra));
H0(" --[no-]b-intra Enable intra in B frames in
veryslow presets. Default %s\n", OPT(param->bIntraInBFrames));
- H0(" --[no]-fast-intra Enable faster search method for
angular intra predictions. Default %s\n", OPT(param->bEnableFastIntra));
+ H0(" --[no-]fast-intra Enable faster search method for
angular intra predictions. Default %s\n", OPT(param->bEnableFastIntra));
H0(" --rdpenalty <0..2> penalty for 32x32 intra TU in
non-I slices. 0:disabled 1:RD-penalty 2:maximum. Default %d\n",
param->rdPenalty);
--
Fun and success!
Mario *LigH* Rohkrämer
mailto:contact at ligh.de
More information about the x265-devel
mailing list