-
Notifications
You must be signed in to change notification settings - Fork 114
New issue
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
What does “Standard: Reserved” mean ? #290
Comments
I also don't know the meaning of this flag in MediaInfo... |
@rigaya I found that the problem is caused by the parameter "--videoformat auto". If you cancel this parameter, there will be no such problem. Will it have any effect if you don't use this parameter? |
Actually --videoformat auto was not working correctly. As it was difficult to get the corresponding value of the input file from the demuxer, I've decided to remove "auto" from videoformat from NVEnc 5.25. Sorry for in inconvenience caused here. |
Thank you for your reply ! |
Hi, rigaya:
My conversion is
nvencc --avhw --preset quality --profile main10 --tier high --colorrange auto --videoformat auto --colormatrix auto --colorprim auto --transfer auto --chromaloc auto --max-cll copy --master-display copy --codec hevc --audio-copy 1 --sub-copy 1 -i x.mkv -o y.mkv
;results compared with MediaInfo, we found that there was one more parameter and value
Standard: Reserved
after conversion;How is this caused and what is the impact?
The text was updated successfully, but these errors were encountered: