Change Audio ID for LPCM

MKV playback, recompression, remuxing, codec packs, players, howtos, etc.
Post Reply
Message
Author
A_Man_Eating_Duck
Posts: 6
Joined: Mon Jul 05, 2010 6:29 am

Change Audio ID for LPCM

#1 Post by A_Man_Eating_Duck » Tue Aug 06, 2013 5:17 am

Currently MakeMKV sets the Audio ID for LPCM to A_MS/ACM in the output mkv. This Audio ID can not be extracted using mkvextract. Could this be changed from A_MS/ACM to A_PCM/INT/LIT to allow better compatibility. I'm not sure if this is related to the profile, I'm using the WDTV live profile.

I have come across 3 titles that have this problem.

Laputa Castle in the Sky
My Neighbor Totoro
The Hunter

This is another post that talks about the problem and how to fix it through changing the mkv header.
http://www.avsforum.com/t/1407589/makem ... lpcm-audio

mike admin
Posts: 4071
Joined: Wed Nov 26, 2008 2:26 am
Contact:

Re: Change Audio ID for LPCM

#2 Post by mike admin » Tue Aug 06, 2013 8:04 am

MakeMKV uses A_PCM/INT for mono and stereo audio. For multi-channel audio one has to preserve channel layout information. This can only be done in A_MS/ACM container. Your options are:
- select profile to transcode LPCM to FLAC
- use compatible software to extract audio (eac3to)
- change and select profile to force MakeMKV putting multi-channel audio in A_PCM/INT container. You will loose channel layout information by doing this.

A_Man_Eating_Duck
Posts: 6
Joined: Mon Jul 05, 2010 6:29 am

Re: Change Audio ID for LPCM

#3 Post by A_Man_Eating_Duck » Tue Aug 06, 2013 10:17 am

Ahh, it didn't occur to me to use the LPCM to FLAC as a workaround.

Thanks for the very clear answer.

Post Reply