From 7e5ea492883418aaf797135623827a092f1bb5c0 Mon Sep 17 00:00:00 2001 From: rigaya Date: Sat, 7 Mar 2020 21:51:39 +0900 Subject: [PATCH] =?UTF-8?q?--input-option=E3=82=92help=E3=81=AB=E8=BF=BD?= =?UTF-8?q?=E5=8A=A0=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- VCECore/rgy_cmd.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/VCECore/rgy_cmd.cpp b/VCECore/rgy_cmd.cpp index 67f463b8..2b45fac7 100644 --- a/VCECore/rgy_cmd.cpp +++ b/VCECore/rgy_cmd.cpp @@ -2121,6 +2121,9 @@ tstring gen_cmd_help_common() { _T(" vfr ... honor source timestamp and enable vfr output.\n") _T(" only available for avsw/avhw reader,\n") _T(" and could not be used with --trim.\n") + _T(" --input-option :\n") + _T(" set input option name and value.\n") + _T(" these could be only used with avhw/avsw reader.\n") _T("-m,--mux-option :\n") _T(" set muxer option name and value.\n") _T(" these could be only used with\n")