DolbyLaboratories / dlb_mp4base

The Dolby MP4 streaming muxer (dlb_mp4base) is a software implementation of a muxer of fragmented or unfragmented ISO base media file format (mp4). It supports muxing of Dolby Digital (AC-3), Dolby Digital Plus (E-AC-3), and Dolby AC-4 audio formats as well as Dolby Vision.
BSD 3-Clause "New" or "Revised" License
254 stars 60 forks source link

Authoring HEVC files with hvc1 codec ID #21

Closed kdcloudy closed 2 years ago

kdcloudy commented 3 years ago

Muxing any h265 elementary streams results in the final output track to have a codec ID of hev1 and not hvc1

This goes against Apple's HLS and QuickTime spec, and hence the final file doesn't play in QuickTime.

(I am trying to mux an HDR10 HEVC file with it's Atmos track)

HongyuS commented 2 years ago

Please check my fork! I followed yusesope's advice to force Apple QuickTime compatibility. It works fine for me. You are welcomed to have a try!

https://github.com/HongyuS/dlb_mp4base

Note 1: please recompile before use. Note 2: if you're on Apple platform, just use Linux config to compile. It work for both Intel and Apple Silicon.

kdcloudy commented 2 years ago

Thanks for the tip! I'll be sure to make use of it

ShaoWeiguo commented 2 years ago

It has been fixed in v1.1.0.

kdcloudy commented 2 years ago

Thanks @ShaoWeiguo

ShaoWeiguo commented 2 years ago

fixed.