Re: MakeMKV picks wrong LPCM codec-id
Posted: Sun Oct 02, 2016 7:38 pm
This is fixed ong ago by having a setting in a conversion profile. You can create "always LPCM" profile and specify "raw" WAV header for all LPCM data.
MakeMKV support forum
https://forum.makemkv.com/forum/
Hi Mike.mike admin wrote:This is fixed ong ago by having a setting in a conversion profile. You can create "always LPCM" profile and specify "raw" WAV header for all LPCM data.
Yes, this is correct. Make sure to rename the profile from "default" as MakeMKV will discard profiles with duplicate names.cipher wrote:Based on this XML and your post, it looks like it would only be a matter of changing the setting outputSettingsName="wavex" to outputSettingsName="lpcm" in that last TrackSettings XML branch (bolded part above).
Because there is no way to put channel mask (what channels are present and in what order) into LPCM container. A 4-channel audio may be 3.1(L+C+R+LFE) or 2/2 (L+R+BL+BR). If you are willing to assume that every 6-channel audio is 5.1 then there is no need for wavex header. This is the only reason.cipher wrote:Since mono or stereo LPCM are already configured this way, and confirmed to work, is there a reason multi-channel LPCM is defaulting to "wavex" in these profiles?