# HG changeset patch # User Min Chen <[email protected]> # Date 1473280042 18000 # Node ID 4df3ce7b92dbbc4f1001742dcc3358a4edd6074c # Parent 7f9aeed70c0d4d923a566561964edc71e41f4f28 [slice] slice feature in help menu --- source/x265cli.h | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-)
diff -r 7f9aeed70c0d -r 4df3ce7b92db source/x265cli.h --- a/source/x265cli.h Tue Sep 06 11:36:39 2016 +0200 +++ b/source/x265cli.h Wed Sep 07 15:27:22 2016 -0500 @@ -2,6 +2,7 @@ * Copyright (C) 2013 x265 project * * Authors: Steve Borho <[email protected]> + * Min Chen <[email protected]> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -301,6 +302,7 @@ H0(" '-' implies no threads on node, '+' implies one thread per core on node\n"); H0("-F/--frame-threads <integer> Number of concurrently encoded frames. 0: auto-determined by core count\n"); H0(" --[no-]wpp Enable Wavefront Parallel Processing. Default %s\n", OPT(param->bEnableWavefront)); + H0(" --[no-]slices <integer> Enable Multiple Slices feature. Default %s\n", OPT(param->maxSlices)); H0(" --[no-]pmode Parallel mode analysis. Default %s\n", OPT(param->bDistributeModeAnalysis)); H0(" --[no-]pme Parallel motion estimation. Default %s\n", OPT(param->bDistributeMotionEstimation)); H0(" --[no-]asm <bool|int|string> Override CPU detection. Default: auto\n"); _______________________________________________ x265-devel mailing list [email protected] https://mailman.videolan.org/listinfo/x265-devel
