[x265] [PATCH] doc: update info about bframes in help

Mateusz Brzostek mateusz at msystem.waw.pl
Wed Feb 22 05:45:40 CET 2017


# HG changeset patch
# User Ma0 <mateuszb at poczta.onet.pl>
# Date 1487708192 -3600
#      Tue Feb 21 21:16:32 2017 +0100
# Node ID e411b24877eb8e3b382186d120e0f5c0129cc7f8
# Parent  820f4327ddac44decb4328602ca63e84197ab473
doc: update info about bframes in help

diff -r 820f4327ddac -r e411b24877eb source/x265cli.h
--- a/source/x265cli.h    Mon Feb 20 17:18:53 2017 +0530
+++ b/source/x265cli.h    Tue Feb 21 21:16:32 2017 +0100
@@ -391,7 +391,7 @@
     H0("   --rc-lookahead <integer>      Number of frames for frame-type lookahead (determines encoder latency) Default %d\n", param->lookaheadDepth);
     H1("   --lookahead-slices <0..16>    Number of slices to use per lookahead cost estimate. Default %d\n", param->lookaheadSlices);
     H0("   --lookahead-threads <integer> Number of threads to be dedicated to perform lookahead only. Default %d\n", param->lookaheadThreads);
-    H0("   --bframes <integer>           Maximum number of consecutive b-frames (now it only enables B GOP structure) Default %d\n", param->bframes);
+    H0("-b/--bframes <0..16>             Maximum number of consecutive B-frames. Default %d\n", param->bframes);
     H1("   --bframe-bias <integer>       Bias towards B frame decisions. Default %d\n", param->bFrameBias);
     H0("   --b-adapt <0..2>              0 - none, 1 - fast, 2 - full (trellis) adaptive B frame scheduling. Default %d\n", param->bFrameAdaptive);
     H0("   --[no-]b-pyramid              Use B-frames as references. Default %s\n", OPT(param->bBPyramid));

-------------- next part --------------
# HG changeset patch
# User Ma0 <mateuszb at poczta.onet.pl>
# Date 1487708192 -3600
#      Tue Feb 21 21:16:32 2017 +0100
# Node ID e411b24877eb8e3b382186d120e0f5c0129cc7f8
# Parent  820f4327ddac44decb4328602ca63e84197ab473
doc: update info about bframes in help

diff -r 820f4327ddac -r e411b24877eb source/x265cli.h
--- a/source/x265cli.h	Mon Feb 20 17:18:53 2017 +0530
+++ b/source/x265cli.h	Tue Feb 21 21:16:32 2017 +0100
@@ -391,7 +391,7 @@
     H0("   --rc-lookahead <integer>      Number of frames for frame-type lookahead (determines encoder latency) Default %d\n", param->lookaheadDepth);
     H1("   --lookahead-slices <0..16>    Number of slices to use per lookahead cost estimate. Default %d\n", param->lookaheadSlices);
     H0("   --lookahead-threads <integer> Number of threads to be dedicated to perform lookahead only. Default %d\n", param->lookaheadThreads);
-    H0("   --bframes <integer>           Maximum number of consecutive b-frames (now it only enables B GOP structure) Default %d\n", param->bframes);
+    H0("-b/--bframes <0..16>             Maximum number of consecutive B-frames. Default %d\n", param->bframes);
     H1("   --bframe-bias <integer>       Bias towards B frame decisions. Default %d\n", param->bFrameBias);
     H0("   --b-adapt <0..2>              0 - none, 1 - fast, 2 - full (trellis) adaptive B frame scheduling. Default %d\n", param->bFrameAdaptive);
     H0("   --[no-]b-pyramid              Use B-frames as references. Default %s\n", OPT(param->bBPyramid));


More information about the x265-devel mailing list