[x264-devel] FW: [PATCH] Document alternative comma separator for `--deblock' and `--psy-rd'

vano at mail.mipt.ru vano at mail.mipt.ru
Thu Feb 12 13:17:09 CET 2015


These are recommended for use in ffmpeg help since the default `:' is used
by its `x264opts' as a separator, too.

----- Исходное сообщение -----
От: "Ivan Pozdeev" <pozdeev at russian-energy.ru>
Кому: x264-devel at videolan.org
Отправленные: Понедельник, 9 Февраль 2015 г 6:04:35
Тема: [x264-devel] [PATCH] Document alternative comma separator for	`--deblock' and `--psy-rd'

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

diff --git a/x264.c b/x264.c
index 2dd819a..d24d3a8 100644
--- a/x264.c
+++ b/x264.c
@@ -679,7 +679,7 @@ static void help( x264_param_t *defaults, int longhelp )
     H1( "      --no-cabac              Disable CABAC\n" );
     H1( "  -r, --ref <integer>         Number of reference frames [%d]\n", defaults->i_frame_reference );
     H1( "      --no-deblock            Disable loop filter\n" );
-    H1( "  -f, --deblock <alpha:beta>  Loop filter parameters [%d:%d]\n",
+    H1( "  -f, --deblock <alpha(:|,)beta>  Loop filter parameters [%d:%d]\n",
                                        defaults->i_deblocking_filter_alphac0, defaults->i_deblocking_filter_beta );
     H2( "      --slices <integer>      Number of slices per frame; forces rectangular\n"
         "                              slices and is overridden by other slicing options\n" );
@@ -789,7 +789,7 @@ static void help( x264_param_t *defaults, int longhelp )
         "                                  - 10: QP-RD - requires trellis=2, aq-mode>0\n"
         "                                  - 11: Full RD: disable all early terminations\n" );
     else H1( "                                  decision quality: 1=fast, 11=best\n" );
-    H1( "      --psy-rd <float:float>  Strength of psychovisual optimization [\"%.1f:%.1f\"]\n"
+    H1( "      --psy-rd <float(:|,)float>  Strength of psychovisual optimization [\"%.1f:%.1f\"]\n"
         "                                  #1: RD (requires subme>=6)\n"
         "                                  #2: Trellis (requires trellis, experimental)\n",
                                        defaults->analyse.f_psy_rd, defaults->analyse.f_psy_trellis );
-- 
2.1.1


_______________________________________________
x264-devel mailing list
x264-devel at videolan.org
https://mailman.videolan.org/listinfo/x264-devel


More information about the x264-devel mailing list