[x264-devel] Show the correct settings for --preset slow in --fullhelp

Henrik Gramner git at videolan.org
Thu Dec 1 21:01:44 CET 2016


x264 | branch: master | Henrik Gramner <henrik at gramner.com> | Thu Dec  1 16:05:16 2016 +0100| [4d5c8b01a48f72f9c40651e92c39294326a0863f] | committer: Henrik Gramner

Show the correct settings for --preset slow in --fullhelp

The slow preset was recently adjusted but we forgot to update the
corresponding --fullhelp message to reflect the change.

> http://git.videolan.org/gitweb.cgi/x264.git/?a=commit;h=4d5c8b01a48f72f9c40651e92c39294326a0863f
---

 x264.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x264.c b/x264.c
index 6834996..f99aada 100644
--- a/x264.c
+++ b/x264.c
@@ -603,8 +603,8 @@ static void help( x264_param_t *defaults, int longhelp )
         "                                  - medium:\n"
         "                                    Default settings apply.\n"
         "                                  - slow:\n"
-        "                                    --b-adapt 2 --direct auto --me umh\n"
-        "                                    --rc-lookahead 50 --ref 5 --subme 8\n"
+        "                                    --direct auto --rc-lookahead 50 --ref 5\n"
+        "                                    --subme 8 --trellis 2\n"
         "                                  - slower:\n"
         "                                    --b-adapt 2 --direct auto --me umh\n"
         "                                    --partitions all --rc-lookahead 60\n"



More information about the x264-devel mailing list