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

Can the metadata of HDR10 videos be extracted separately? #544

Open
yundebian918 opened this issue Mar 10, 2024 · 2 comments
Open

Can the metadata of HDR10 videos be extracted separately? #544

yundebian918 opened this issue Mar 10, 2024 · 2 comments
Labels
feature request New idea for project

Comments

@yundebian918
Copy link

Perhaps I haven't found the correct way to export HDR10 video metadata separately, or is it currently not supported?

@yundebian918 yundebian918 added the feature request New idea for project label Mar 10, 2024
@DCNerds
Copy link

DCNerds commented Apr 4, 2024

I am new here, so sorry if this is not helpful. What data are you looking for? Have you used tools like MKVtoolnix, MediaInfo, or MetaX? Maybe you need info they don't provide.

@cdgriffith
Copy link
Owner

If you are looking for just HDR10, can use ffprobe directly:

 ffprobe -hide_banner -loglevel warning -select_streams v:0 -print_format json -show_frames -read_intervals "%+#1" -show_entries "frame=color_space,color_primaries,color_transfer,side_data_list,pix_fmt" -i <mymoviefile>

That is done behind the scenes in FastFlix itself and will be applied to the output videos. To grab HDR10+, I have a guide here https://github.com/cdgriffith/FastFlix/wiki/HDR10-Plus-Metadata-Extraction or in FastFlix can go to x265 panel and hit the Extract HDR10+ button (you need to have the hdr10p tool downloaded and linked via the settings panel for that to work)

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

No branches or pull requests

3 participants