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

Help Regarding dlp_mp4base #30

Closed DebugPanda closed 1 year ago

DebugPanda commented 1 year ago

Hey Developers,

I have a question , Please tell me how to run this program/project on Alpine Linux. I am really wanted to test this out.

Thanks In Advance…

NeedsMoar commented 1 year ago

You'll have to build it first. Google will explain that.

DebugPanda commented 1 year ago

You'll have to build it first. Google will explain that.

Oh,ok.Thanks mate.

NeedsMoar commented 1 year ago

I only use this project if I need to force-override the dolby vision profile / level on a file to test device support. MP4Box is infinitely more powerful in terms of MP4 standard support of audio types (adding a thumbnail for NAS, naming streams, auto-converting .srt to .vtt subs) and auto-detects Dolby Vision profile / level info from the video stream passed in now. It's also an order of magnitude faster and can do in-place updates to file metadata and such. TSMuxer GUI is the better option for remuxing profile 7 (UHD BD) if you need to do so for some reason.