Profile edits to include HD audio by default?

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

Profile edits to include HD audio by default?

Post by Marc_G »

Hi folks,

How do I get MakeMKV to include the HD audio (DTS-HD and or TrueHD / Atmos etc.) by default? With my current profile I have to open up each title and manually select the HD audio parts. Here is my profile as it stands:

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

Thanks in advance for helping me figure this out.
Woodstock
Posts: 9947
Joined: Sun Jul 24, 2011 11:21 pm

Re: Profile edits to include HD audio by default?

Post by Woodstock »

Code: Select all

    <!-- Settings overridable in preferences -->
    <profileSettings
        app_DefaultSelectionString="-sel:all,+sel:(favlang|nolang),-sel:mvcvideo,=100:all,-10:favlang"
    />
That's the selection rule in my normal profile, and it selects ALL audio tracks. At least, it does since I don't have a favorite language selected.
MakeMKV Frequently Asked Questions
How to aid in finding the answer to your problem: Activating Debug Logging
Marc_G
Posts: 161
Joined: Sun Aug 09, 2009 2:48 am

Re: Profile edits to include HD audio by default?

Post by Marc_G »

For me, with English selected as my default language, it selects the core (DTS, DD) but not TrueHD or DTS-HD / Atmos.
spl147
Posts: 296
Joined: Mon Dec 10, 2012 4:59 pm

Re: Profile edits to include HD audio by default?

Post by spl147 »

Marc_G wrote:Hi folks,

How do I get MakeMKV to include the HD audio (DTS-HD and or TrueHD / Atmos etc.) by default? With my current profile I have to open up each title and manually select the HD audio parts. Here is my profile as it stands:

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

Thanks in advance for helping me figure this out.
here you go: English Subs, HD Audio Only, NO MVC

Code: Select all

-sel:all,+sel:(lossless|eng),-sel:(core),-sel:(lossy),-sel:mvcvideo,=100:all,-10:favlang
Image
Marc_G
Posts: 161
Joined: Sun Aug 09, 2009 2:48 am

Re: Profile edits to include HD audio by default?

Post by Marc_G »

Thanks. I'll play with that. I also want the main non-HD track, for devices that don't have HD. Any hint how to include that as well? IS there a FAQ or Wiki?
spl147 wrote:
Marc_G wrote:Hi folks,

How do I get MakeMKV to include the HD audio (DTS-HD and or TrueHD / Atmos etc.) by default? With my current profile I have to open up each title and manually select the HD audio parts. Here is my profile as it stands:

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

Thanks in advance for helping me figure this out.
here you go: English Subs, HD Audio Only, NO MVC

Code: Select all

-sel:all,+sel:(lossless|eng),-sel:(core),-sel:(lossy),-sel:mvcvideo,=100:all,-10:favlang
Image
spl147
Posts: 296
Joined: Mon Dec 10, 2012 4:59 pm

Re: Profile edits to include HD audio by default?

Post by spl147 »

Marc_G wrote:Thanks. I'll play with that. I also want the main non-HD track, for devices that don't have HD. Any hint how to include that as well? IS there a FAQ or Wiki?
spl147 wrote:
Marc_G wrote:Hi folks,

How do I get MakeMKV to include the HD audio (DTS-HD and or TrueHD / Atmos etc.) by default? With my current profile I have to open up each title and manually select the HD audio parts. Here is my profile as it stands:

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

Thanks in advance for helping me figure this out.
here you go: English Subs, HD Audio Only, NO MVC

Code: Select all

-sel:all,+sel:(lossless|eng),-sel:(core),-sel:(lossy),-sel:mvcvideo,=100:all,-10:favlang
Image
change: -sel:(havemulti|havecore)
to: +sel:(havemulti|havecore)
Post Reply