MediaArea / MediaInfo

Convenient unified display of the most relevant technical and tag data for video and audio files.
https://MediaArea.net/MediaInfo
BSD 2-Clause "Simplified" License
1.31k stars 158 forks source link

Support of HDR metadata in AVC #363

Open selenorks opened 5 years ago

selenorks commented 5 years ago

Hello. I found that HDR meta information is parsing in the HEVC streams, but AVC has the same meta information. Will add a stream for test. Do you aware of such problem, if not I can fix it.

JeromeMartinez commented 5 years ago

Please provide a sample file.

if not I can fix it.

a patch would be great :).

selenorks commented 5 years ago

I plan to prepare the path for the weekend and sample with HDR meta data

selenorks commented 5 years ago

@JeromeMartinez My quick patch is there, but AVC and HEVC use the same specification for SEI messages, so do you think to share parsing SEI messages between AVC and HEVC. Sample file hdr.avc Where do better to put this parser?

JeromeMartinez commented 5 years ago

Please send a PR. I plan to have common code for SEI parsing in the future, but more global (e.g. captions included). In the meanwhile duplicating code is the quickest way.

selenorks commented 5 years ago

There is PR https://github.com/MediaArea/MediaInfoLib/pull/1147

dabrain34 commented 4 years ago

@selenorks hello, how did you generate the h264 content ?

selenorks commented 4 years ago

@selenorks hello, how did you generate the h264 content ?

Hello, the streams were generated by mainconcept AVC encoder

dabrain34 commented 4 years ago

ok