diff --git a/NVEncC_Options.en.md b/NVEncC_Options.en.md index f7170ab7..1d386903 100644 --- a/NVEncC_Options.en.md +++ b/NVEncC_Options.en.md @@ -493,7 +493,9 @@ Number of pixels to cropped from left, top, right, bottom. Number of frames to input. (Note: input base, not output base) ### --fps <int>/<int> or <float> -Set the input frame rate. Only valid for raw format, otherwise it will be ignored or only treated as a hint. +Set the input frame rate when --raw is used. Not recommended to be used with readers other than --raw. + +Only valid for raw format (when --raw is used), otherwise it will be ignored or only treated as a hint. ### --input-res <int>x<int> Set input resolution. Only valid for raw format, otherwise it will be ignored. diff --git a/NVEncC_Options.ja.md b/NVEncC_Options.ja.md index 60965a99..d20a9f64 100644 --- a/NVEncC_Options.ja.md +++ b/NVEncC_Options.ja.md @@ -493,7 +493,9 @@ avformat + cuvid decoderを使用して読み込む。 読み込むフレーム数。 (注: 入力ベースである点に注意、出力ベースではない) ### --fps <int>/<int> or <float> -入力フレームレートの設定。raw形式の場合のみ有効で、その他の場合は無視されるか、fps推定のヒントとしてのみ扱われる。 +--rawを使用した時の入力フレームレートの設定。--raw以外での使用は非推奨。 + +raw形式の場合のみ有効で、その他の場合は無視されるか、fps推定のヒントとしてのみ扱われる。 ### --input-res <int>x<int> 入力解像度の設定。raw形式の場合の場合のみ有効。 diff --git a/NVEncCore/rgy_cmd.cpp b/NVEncCore/rgy_cmd.cpp index 0529b18e..be07de3d 100644 --- a/NVEncCore/rgy_cmd.cpp +++ b/NVEncCore/rgy_cmd.cpp @@ -8422,7 +8422,8 @@ tstring gen_cmd_help_input() { _T(" ignore_sar= ignore sar when using negative value.\n") _T("\n") _T(" --frames frames to encode (based on input frames)\n") - _T(" --fps / or set framerate\n") + _T(" --fps / or set framerate when --raw is used.\n") + _T(" not recommended for other readers.\n"); _T(" --interlace set input as interlaced\n") _T(" tff, bff\n"); str += print_list_options(_T("--input-csp set input colorspace for raw reader"),