Skip to content

Commit

Permalink
help・ドキュメントの不備を修正。
Browse files Browse the repository at this point in the history
  • Loading branch information
rigaya committed May 8, 2021
1 parent 9de853d commit 59390bc
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
3 changes: 3 additions & 0 deletions QSVEncC_Options.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -429,6 +429,9 @@ Set mv cost scaling.
- 2 set MV cost 1/4 of default
- 3 set MV cost 1/8 of default

### --fade-detect
Enable fade detection.

### --slices <int>
Set number of slices.

Expand Down
5 changes: 4 additions & 1 deletion QSVEncC_Options.ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ mediumやfastでは、先行探索を縮小されたフレームで行い、高
- medium ... x1/2の解像度で分析を行う。
- slow ... 等倍のフレームで高品質な分析を行う。

### --mbbrc
### --extbrc
ExtBRCを有効にする。--adapt-ltrに必要。

### --mbbrc
Expand Down Expand Up @@ -447,6 +447,9 @@ Adaptive LTRを有効にする。合わせて--extbrcの指定が必要。
- 2 ... 動きベクトルのコストをx1/4として見積もる
- 3 ... 動きベクトルのコストをx1/8として見積もる

### --fade-detect
フェード検出を有効にする。

### --slices <int>
スライス数。指定なし、あるいは0で自動。

Expand Down
3 changes: 2 additions & 1 deletion QSVPipeline/rgy_cmd.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5991,7 +5991,8 @@ tstring gen_cmd_help_ctrl() {
_T(" --log <string> set log file name\n")
_T(" --log-level <string> set log level\n")
_T(" debug, info(default), warn, error\n")
_T(" --log-framelist output debug info for avsw/avhw reader.\n"));
_T(" --log-framelist output debug info for avsw/avhw reader.\n")
_T(" --log-packets output debug info for avsw/avhw reader.\n"));

str += strsprintf(_T("\n")
_T(" --option-file <string> read commanline options written in file.\n"));
Expand Down

0 comments on commit 59390bc

Please sign in to comment.