Skip to content

Commit

Permalink
--input-optionをhelpに追加。
Browse files Browse the repository at this point in the history
  • Loading branch information
rigaya committed Mar 7, 2020
1 parent 564b22e commit 7e5ea49
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions VCECore/rgy_cmd.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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 <string1>:<string2>\n")
_T(" set input option name and value.\n")
_T(" these could be only used with avhw/avsw reader.\n")
_T("-m,--mux-option <string1>:<string2>\n")
_T(" set muxer option name and value.\n")
_T(" these could be only used with\n")
Expand Down

0 comments on commit 7e5ea49

Please sign in to comment.