How to Auto-deselect specific audio format (LPCM)?

Everything related to MakeMKV
Post Reply
Message
Author
Marc_G
Posts: 161
Joined: Sun Aug 09, 2009 2:48 am

How to Auto-deselect specific audio format (LPCM)?

#1 Post by Marc_G » Tue Aug 28, 2012 11:38 pm

Hi folks,

My audio setup is an older one and handles DD and DTS but not LPCM. This caused trouble recently for me when ripping LOST Bluray edition season 3, which has LPCM as the first audio track. My MakeMKV rips had both LPCM and DD, but since I play them in Windows Media Center which has no native way to switch from one audio track to the other (at least, that I'm aware of), I was faced with re-ripping the set after manually deselecting LPCM for each title, or (more annoying) remuxing them with MKVMergeGUI and eliminating the LPCM track.

What I'd prefer is a setting somewhere that causes MakeMKV to by default not include any LPCM track. Is there a setting for this that I just haven't found yet? Maybe something I can do in the Advanced settings with a rule in there?

Thanks for your help.

Marc

Romansh
Posts: 873
Joined: Sat Jan 22, 2011 7:09 pm

Re: How to Auto-deselect specific audio format (LPCM)?

#2 Post by Romansh » Wed Aug 29, 2012 1:52 am

This may be a start: Changing track order in output file

Also, I haven't tried it, but you may be able to combine these two to deselect a specific codec:

Changing default track selection
Conversion profiles

Marc_G
Posts: 161
Joined: Sun Aug 09, 2009 2:48 am

Re: How to Auto-deselect specific audio format (LPCM)?

#3 Post by Marc_G » Wed Aug 29, 2012 10:45 am

Hmm. Good stuff in there. Looks like I may be able to set in something like:
-sel:LPCM-multi

...into the selection rules. I'll have to give it a whirl tonight.

Marc

Marc_G
Posts: 161
Joined: Sun Aug 09, 2009 2:48 am

Re: How to Auto-deselect specific audio format (LPCM)?

#4 Post by Marc_G » Fri Aug 31, 2012 7:03 pm

Hmmm. No joy. I tried adding it into the end of the profile using advanced mode:

-sel:all,+sel:(favlang|nolang),-sel:(havemulti|havecore),-sel:mvcvideo,=100:all,-10:favlang,-sel:LPCM-multi

And it gave me an error (well, many errors all identical):

Profile parsing error: Invalid token '-sel:LPCM-multi'

I thought I had it right. Can someone more experienced with profile editing help correct me?

Thanks!

Marc

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

Re: How to Auto-deselect specific audio format (LPCM)?

#5 Post by mike admin » Tue Sep 04, 2012 5:49 am

Code: Select all

-sel:all,+sel:(favlang|nolang),-sel:(havemulti|havecore),-sel:mvcvideo,=100:all,-10:favlang,-sel:lossless

Marc_G
Posts: 161
Joined: Sun Aug 09, 2009 2:48 am

Re: How to Auto-deselect specific audio format (LPCM)?

#6 Post by Marc_G » Tue Sep 04, 2012 11:25 am

Thanks Mike!

Post Reply