We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Amatsukaze+NVEncの組み合わせで便利に使っているのですが、 最近のバージョンで、1フレームしかエンコードされない事象が発生するようになりました。 お手すきの際に見ていただけると幸いです。
Amatsukazeのプロファイル(1, 2共通)
Amatsukazeのログ抜粋:1, 2共通の部分
NVEncに渡される引数にファイル名以外の差異はなさそうです。 AMT [info] "D:/Programs/NVEncC/NVEncC64.exe" --colorprim bt709 --transfer bt709 --colormatrix bt709 --tff --codec hevc --qvbr 25 --preset quality --output-depth 10 --lookahead 32 --aq --aq-temporal --aq-strength 0 --bref-mode each --tier high --vpp-afs preset=anime,rff=true --frames 911 -o "C:/Users/xxxx/AppData/Local/Temp/amt8132706/v0-0-0.raw" --output-format mp4 --y4m -i -
AMT [info] "D:/Programs/NVEncC/NVEncC64.exe" --colorprim bt709 --transfer bt709 --colormatrix bt709 --tff --codec hevc --qvbr 25 --preset quality --output-depth 10 --lookahead 32 --aq --aq-temporal --aq-strength 0 --bref-mode each --tier high --vpp-afs preset=anime,rff=true --frames 911 -o "C:/Users/xxxx/AppData/Local/Temp/amt8132706/v0-0-0.raw" --output-format mp4 --y4m -i -
Amatsukazeのログ抜粋:1, 2で差異のある部分
NVEncのログ出力に差異があります。 1.log "encoded 1 frames"となっている 2.log "encoded 911 frames"となっている(渡された引数と一致)
他、不足している情報などありましたらお知らせください。
The text was updated successfully, but these errors were encountered:
rff非対応の読み込みで、rff関連のオプションを使用すると1フレームしかエンコードされない問題を修正。 ( #500 )
0d3f12f
ご報告ありがとうございます。
--vpp-afsで'''rff'''を使用した時に発生する問題でした。NVEnc 7.27で修正できていると思います。
--vpp-afs
Sorry, something went wrong.
早速ありがとうございます!対応速すぎです🚀 7.27で解消するのを確認できました。
無事解消できてよかったです。ご確認ありがとうございました!
No branches or pull requests
Amatsukaze+NVEncの組み合わせで便利に使っているのですが、
最近のバージョンで、1フレームしかエンコードされない事象が発生するようになりました。
お手すきの際に見ていただけると幸いです。
Amatsukazeのプロファイル(1, 2共通)
Amatsukazeのログ抜粋:1, 2共通の部分
NVEncに渡される引数にファイル名以外の差異はなさそうです。
AMT [info] "D:/Programs/NVEncC/NVEncC64.exe" --colorprim bt709 --transfer bt709 --colormatrix bt709 --tff --codec hevc --qvbr 25 --preset quality --output-depth 10 --lookahead 32 --aq --aq-temporal --aq-strength 0 --bref-mode each --tier high --vpp-afs preset=anime,rff=true --frames 911 -o "C:/Users/xxxx/AppData/Local/Temp/amt8132706/v0-0-0.raw" --output-format mp4 --y4m -i -
Amatsukazeのログ抜粋:1, 2で差異のある部分
NVEncのログ出力に差異があります。
1.log "encoded 1 frames"となっている
2.log "encoded 911 frames"となっている(渡された引数と一致)
他、不足している情報などありましたらお知らせください。
The text was updated successfully, but these errors were encountered: