Search found 2 matches

by xorsyst
Sat Mar 30, 2019 10:06 am
Forum: General MakeMKV discussion
Topic: Deselect subtitles by default
Replies: 3
Views: 5520

Re: Deselect subtitles by default

Thanks. After some messing around I came up with this:

Code: Select all

-sel:all,+sel:(favlang|nolang),-sel:mvcvideo,-sel:subtitle,-sel:special,=100:all,-10:favlang
Which deselects the subtitles and the directors commentary, which is what I was really after.
by xorsyst
Wed Mar 27, 2019 2:43 pm
Forum: General MakeMKV discussion
Topic: Deselect subtitles by default
Replies: 3
Views: 5520

Deselect subtitles by default

Is there any documentation on the default selection string? I've been looking but can't find it.

What I'd like to do is:
  • Not include any subtitles
  • Only include the first audio stream
Can someone help?

TIA