question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

HDR10 data missing

See original GitHub issue

I have noticed that for somes files fastflix is unable to find the hdr10 metadatas and i don’t understand why because i saw them in the first frame :

ffprobe.exe  -hide_banner -loglevel warning -select_streams v -print_format json -show_frames -read_intervals "%+#1" -show_entries "frame=color_space,color_primaries,color_transfer,side_data_list,pix_fmt" -i The.movie.mkv
{
[matroska,webm @ 0000024122212800] Could not find codec parameters for stream 5 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
Consider increasing the value for the 'analyzeduration' (0) and 'probesize' (5000000) options
    "frames": [
        {
            "pix_fmt": "yuv420p10le",
            "color_space": "bt2020nc",
            "color_primaries": "bt2020",
            "color_transfer": "smpte2084",
            "side_data_list": [
                {
                    "side_data_type": "Mastering display metadata",
                    "red_x": "35400/50000",
                    "red_y": "14600/50000",
                    "green_x": "8500/50000",
                    "green_y": "39850/50000",
                    "blue_x": "6550/50000",
                    "blue_y": "2300/50000",
                    "white_point_x": "15635/50000",
                    "white_point_y": "16450/50000",
                    "min_luminance": "20/10000",
                    "max_luminance": "10000000/10000"
                },
                {
                    "side_data_type": "Content light level metadata",
                    "max_content": 992,
                    "max_average": 518
                }
            ]
        }
    ]
}

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:7 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
msaintauretcommented, Mar 29, 2022

yes v4.8.1 is working now thank you !

0reactions
cdgriffithcommented, Mar 28, 2022
Read more comments on GitHub >

github_iconTop Results From Across the Web

Replacing inaccurate or missing HDR metadata - MediaConvert
If your input video is missing HDR metadata, or has HDR metadata that is wrong, you can add it or overwrite it in...
Read more >
Missing HDR Metadata - Blackmagic Forum • View topic
Is there some workaround ? I found a program called "Zencoder HDR10 Video Output" which might be the answer. Has anyone tried it...
Read more >
The Trouble with HDR10 - FlatpanelsHD
For all we know, a TV maker may discard or ignore all metadata and still claim HDR10 compatibility.
Read more >
What Am I Missing About HDR10+? - AVS Forum
I have experienced HDR10+ and DV. My TV is a Vizio P55F1. 4K BR player is a Panasonic. UB820. DV source is Amazon...
Read more >
HDR10+ General Discussion [Archive] - Doom9's Forum
Long story short, when the (HEVC/HDR10+).m2ts file is accessed/played outside its original UHD disc folder-set, not only is the HDR10+ meta-data ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found