Skip to content
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

Detecting HDR video #393

Closed
streamzyuk opened this issue Feb 7, 2023 · 4 comments
Closed

Detecting HDR video #393

streamzyuk opened this issue Feb 7, 2023 · 4 comments
Labels
enhancement New feature or request

Comments

@streamzyuk
Copy link

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

@rosenbjerg rosenbjerg added the enhancement New feature or request label Feb 21, 2023
@rosenbjerg
Copy link
Owner

Hi, those properties are currently not supported

@streamzyuk
Copy link
Author

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.

@JoeSchulte
Copy link

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.

@rosenbjerg
Copy link
Owner

Added in #498

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants