DolbyLaboratories / dlb_mp4demux

The Dolby MP4 streaming demuxer (dlb_mp4demux) is a software implementation of a demuxer of fragmented or unfragmented ISO base media file format (mp4). It supports demuxing of Dolby Digital (AC-3), Dolby Digital Plus (E-AC-3), and Dolby AC-4 audio formats as well as Dolby Vision. It is designed for use on architectures with limited resources.
BSD 3-Clause "New" or "Revised" License
102 stars 31 forks source link

How to use #6

Open marcomendez08 opened 1 year ago

marcomendez08 commented 1 year ago

Hello, how are you, I have a .mkv file with an Atmos track, what is the command to do it? And if you could help me trim the audio without losing the dynamic objects, thank you.

XingzhaoYun commented 1 year ago

Hi, this tool does not support mkv demuxing, you can make use of some mkv->mp4 converting tools to get the mp4 first, for example, ffmpeg.

Then run the binary file in bin folder, for example in windows command line tool,

./mp4demuxer.exe --input-file input.mp4 --output-folder tmp