MLP codec is not standard for BD disks

Please post here for issues related to UHD discs
Post Reply
Failure26
Posts: 3
Joined: Thu Mar 17, 2022 12:48 pm

MLP codec is not standard for BD disks

Post by Failure26 »

Hi,

I have a problem with ripping TRUE_HD Dolby Atmos tracks. When remuxing the MKV to a Blu Ray Folder I get the warning "MLP codec is not standard for BD disks, the m2ts will not play on a Blu-ray player". The BD then doesn't play the movie when on this audio track. After changing to a different audio track it plays perfectly. The MKV plays perfectly on Kodi. The via Handbrake shrinked MKV including the passthrough TRUE HD track put on a BD is not playing on my Sony Player and the XBOX until I change to a different audio track. Then the movie again plays perfectly. What is my problem here, can anyone help?
Coopervid
Posts: 1296
Joined: Tue Feb 19, 2019 10:32 pm

Re: MLP codec is not standard for BD disks

Post by Coopervid »

You must convert the True Atmos audio file with useac3to before muxing.
Failure26
Posts: 3
Joined: Thu Mar 17, 2022 12:48 pm

Re: MLP codec is not standard for BD disks

Post by Failure26 »

To AC3 or E-AC3?
Coopervid
Posts: 1296
Joined: Tue Feb 19, 2019 10:32 pm

Re: MLP codec is not standard for BD disks

Post by Coopervid »

Failure26 wrote:
Thu Mar 17, 2022 5:25 pm
To AC3 or E-AC3?
See this picture:

https://forum.redfox.bz/threads/useac3t ... xer.78310/
hansolo
Posts: 20
Joined: Fri Jun 14, 2019 5:31 am

Re: MLP codec is not standard for BD disks

Post by hansolo »

On BD format TrueHD audio must include legacy core ac3. It is mandatory! Typically backup softwares e.g. MakeMKV remove this core part when matroska is chosen output format as it is considered redundant.

Use

Code: Select all

eac3to source.thd target.thd+ac3
A core part will be re-encoded and interleaved to existing TrueHD only track. After this audio track is Blu-ray compatible and can be used as an asset e.g. in tsMuxeR.
LG BH16NS55 (w/ WH16NS60 1.02MK) in external enclosure
LG BU40N (1.03MK) in external enclosure
Verbatim #43888 (Pioneer BDR-UD04 FW1.14)
Failure26
Posts: 3
Joined: Thu Mar 17, 2022 12:48 pm

Re: MLP codec is not standard for BD disks

Post by Failure26 »

hansolo wrote:
Fri Mar 18, 2022 10:26 am
On BD format TrueHD audio must include legacy core ac3. It is mandatory! Typically backup softwares e.g. MakeMKV remove this core part when matroska is chosen output format as it is considered redundant.

Use

Code: Select all

eac3to source.thd target.thd+ac3
A core part will be re-encoded and interleaved to existing TrueHD only track. After this audio track is Blu-ray compatible and can be used as an asset e.g. in tsMuxeR.
Now I got it. Thanks a lot!
Post Reply