domyd / mlp

A Dolby TrueHD demuxer and utility tool, with a focus on accurate and correct TrueHD demuxing.
Apache License 2.0
64 stars 2 forks source link

Newbie question: what do I do with the output? #7

Closed pcolmer closed 4 years ago

pcolmer commented 4 years ago

I've come here because I'm struggling with an issue experienced with a UHD rip from MakeMKV and I'm trying to see if it is the rip that is the problem or the playback tool.

So, given some of the points made about how MakeMKV handles the problem that mlp addresses, I'm wondering if I can (somehow) use MakeMKV and mlp to generate a better rip.

Hence my question: if I use mlp to create an output file, presumably that is the TrueHD audio only so what do I do with it next in order to re-mux it with the file created by MakeMKV? Or do I need to run mlp against a backup created by MakeMKV and then do something after that?

Thanks 👍

domyd commented 4 years ago

You'd use mkvtoolnix (or similar muxing tools). You'll want to give it the .mkv generated by MakeMKV as well as the TrueHD stream generated by this tool, and basically swap it out.

image

The highlighted entry is the separate stream. It has ID 0, no language and title, which you'll wanna fill out. Deselect the included stream (with ID 1 or higher), select a destination, and press "Start multiplexing" 🙂

pcolmer commented 4 years ago

My apologies for not replying sooner. Just wanted to say thank you for your help. I think I've managed to correctly re-mux the audio track created by mlp back into the mkv file created by MakeMKV. I need to do some more playback testing with Kodi but early signs are that it is playing well, so fingers crossed that this has solved my problem.