-
-
Notifications
You must be signed in to change notification settings - Fork 312
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
Change define output_bit_depth #1411
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Or uncompressed, or JPEG 2000, or....
This seems like a bad idea. Potentially the codec could have a default bit depth option.
Currently default is 10bit. Adds 8bit tiff/png/jpeg and outputs 10bit with errors.
I am missing verbose info vvenc
I don't want yuv444p. |
I agree that this change is no good idea, it's changing the default depending on whether some codecs are available even if the user does not use them. Gets us very close to undefined behavior. However, what we probably need is a way to query the plugins for the supported bit depths and output an error when it is not supported or provide a fallback. |
I don't understand the suggestion but know that codecs will have new features. I don't know why there are such significant differences in file sizes for jpeg2000 and openjph. |
No description provided.