RippingProfile

Everything related to MakeMKV
Post Reply
Colonial
Posts: 8
Joined: Mon Mar 03, 2014 8:43 pm

RippingProfile

Post by Colonial »

Every track (audio) on the BD is getting ripped. I'm using the below settings.

Code: Select all

app_DefaultSelectionString = "-sel:all,+sel:video,-sel:mvcvideo,+sel:((eng|ger)*audio),-sel:core,-sel:(havemulti|havecore),+sel:((eng|swe)*subtitle),-sel:forced,-sel:special"
However I'd like to restrict the ripping to only include the English (DTSHDMA) and German audio tracks.


Code: Select all

app_DefaultSelectionString = "-sel:all,+sel:(eng*audio),+sel:(ger*audio),-sel:core,-sel:mvcvideo,-sel:special,-sel:forced,=100:all,-10:eng,+sel:subtitle"
Putting this string of code in settings.conf results in dtshdma rips with english and german audio tracks as well as all the subtitles.
Post Reply