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
I am trying to detect if a video is hdr. ffprobe gives you a properties : color_space=bt709 color_transfer=bt709 color_primaries=bt709
But the wrapper does not have these properties or I can't find them
The text was updated successfully, but these errors were encountered:
Hi, those properties are currently not supported
Sorry, something went wrong.
Thank you for your response. I have seen that at some point you have merged it but current code does not include it.
I have added this to the spurce code and it works for now.
Did you have any issues with this.
I am looking for the HDR color space info as well. I'm afraid I might have to go back to parsing the FFProbe data myself without it.
Added in #498
No branches or pull requests
I am trying to detect if a video is hdr.
ffprobe gives you a properties :
color_space=bt709
color_transfer=bt709
color_primaries=bt709
But the wrapper does not have these properties or I can't find them
The text was updated successfully, but these errors were encountered: