Select all english & spanish audio and subtitles by default?
Select all english & spanish audio and subtitles by default?
Is it possible to make makemkv (GUI) select ALL and ONLY spanish and english audio and subtitle, forced and unforced?
Is it possible to do the same but ignoring all commentary audio an subs?
THANKS!
Is it possible to do the same but ignoring all commentary audio an subs?
THANKS!
Re: Select all english & spanish audio and subtitles by defa
Tools->General, click "Expert mode".
Tools->Advanced, Default selection rule can be entered. I use one that selects ALL audio and subtitle tracks, but it would respond differently if I selected a preferred language on the Tools->Language tab:
Tools->Advanced, Default selection rule can be entered. I use one that selects ALL audio and subtitle tracks, but it would respond differently if I selected a preferred language on the Tools->Language tab:
Code: Select all
-sel:all,+sel:(favlang|nolang),-sel:(havemulti|havecore),-sel:mvcvideo,=100:all,-10:favlang
MakeMKV Frequently Asked Questions
FAQ about BETA and PERMANENT keys.
How to aid in finding the answer to your problem: Activating Debug Logging
FAQ about BETA and PERMANENT keys.
How to aid in finding the answer to your problem: Activating Debug Logging
Re: Select all english & spanish audio and subtitles by defa
Thanks, but that is the exact default string, would that do what it want, select both spanish and english audio a subs (if possible ignoring commentary)?Woodstock wrote:Code: Select all
-sel:all,+sel:(favlang|nolang),-sel:(havemulti|havecore),-sel:mvcvideo,=100:all,-10:favlang
Re: Select all english & spanish audio and subtitles by defa
It cannot ignore commentary cause those streams are not designated as such in authoring. Often you can recognize them by bein 2.0 audio but some of the audio description tracks for blind people are also 5.1 HD so you need to check them out manually.
MultiMakeMKV: MakeMKV batch processing (Win)
MultiShrink: DVD Shrink batch processing
Offizieller Uebersetzer von DVD Shrink deutsch
MultiShrink: DVD Shrink batch processing
Offizieller Uebersetzer von DVD Shrink deutsch
Re: Select all english & spanish audio and subtitles by defa
Ok then, so what string would select ALL and ONLY english and spanish audio and sub tracks?Chetwood wrote:It cannot ignore commentary cause those streams are not designated as such in authoring. Often you can recognize them by bein 2.0 audio but some of the audio description tracks for blind people are also 5.1 HD so you need to check them out manually.
Re: Select all english & spanish audio and subtitles by defa
-sel:all,+sel:(esp|eng|nolang)
should do it.
should do it.
MultiMakeMKV: MakeMKV batch processing (Win)
MultiShrink: DVD Shrink batch processing
Offizieller Uebersetzer von DVD Shrink deutsch
MultiShrink: DVD Shrink batch processing
Offizieller Uebersetzer von DVD Shrink deutsch
Re: Select all english & spanish audio and subtitles by defa
Thanks, but somehow it does not works. Also, Mpeg4-MVC-3D streams are not selected. Any ideas?Chetwood wrote:-sel:all,+sel:(esp|eng|nolang)
should do it.
Re: Select all english & spanish audio and subtitles by defa
Anyone?kwanbis wrote:Thanks, but somehow it does not works. Also, Mpeg4-MVC-3D streams are not selected. Any ideas?Chetwood wrote:-sel:all,+sel:(esp|eng|nolang)
should do it.
Re: Select all english & spanish audio and subtitles by defa
Hello,
I have also bang my head recently with this, and i have some examples, hope this help
WARN: i don't use the PREFERED LANGUAGE option, i.e prefered language = none in the Preference.
You can also add at the end:
to extract the .jpg picture included in some disk
To verify if it suit you, just load a movie and see which subtitles and audio tracks are selected or not, no need to convert to MKV.
All elements are detailed here: http://www.makemkv.com/forum2/viewtopic ... 386#p17399
I have also bang my head recently with this, and i have some examples, hope this help
WARN: i don't use the PREFERED LANGUAGE option, i.e prefered language = none in the Preference.
You can also add at the end:
Code: Select all
+sel:attachment
To verify if it suit you, just load a movie and see which subtitles and audio tracks are selected or not, no need to convert to MKV.
All elements are detailed here: http://www.makemkv.com/forum2/viewtopic ... 386#p17399
Code: Select all
Example 1:
audio:fra, anglais, pol, +others, -comment
sub: fra,fra forced,pol, pol forced, eng, eng forced,+others
-sel:all,+sel:subtitle,-100:(fra),-99:(forced*(fra)),-95:(pol),-94:(forced*(pol)),-90:(eng),-89:(forced*(eng)),+sel:audio,-sel:special,-100:(audio*(fra)),-95:(audio*(pol)),-90:(audio*(eng))
Example 2:
audio:ang,fra,+others,-comment
sub:fra, fra forced,ang, ang forced,+others
-sel:all,+sel:subtitle,-100:(fra),-99:(forced*(fra)),-95:(eng),-94:(forced*(eng)),+sel:audio,-sel:special,-100:(audio*(ang)),-95:(audio*(fra))
Example 3:
audio:fra, anglais, pol, -comment
sub: fra,fra forced, pol, pol forced, eng, eng forced
-sel:all,+sel:(subtitle*(fra|pol|eng|nolang)),-100:(fra),-99:(forced*(fra)),-95:(pol),-94:(forced*(pol)),-90:(eng),-89:(forced*(eng)),+sel:(audio*(fra|pol|eng|nolang)),-sel:special,-100:(audio*(fra)),-95:(audio*(pol)),-90:(audio*(eng))
Example 4:
audio:fra, anglais, pol, und, nolang, +others, -comment
sub: fra,fra forced, pol, pol forced, eng, eng forced, und, nolang, +others
-sel:all,+sel:(subtitle*(fra|pol|eng|und|subtitle|nolang)),-100:(fra),-99:(forced*(fra)),-95:(pol),-94:(forced*(pol)),-90:(eng),-89:(forced*(eng)),+sel:(audio*(fra|pol|eng|und|audio|nolang)),-sel:(havemulti|havecore),-sel:mvcvideo,-sel:special,-100:(audio*(fra)),-95:(audio*(pol)),-90:(audio*(eng))
note: und stand for undetermined.
Re: Select all english & spanish audio and subtitles by defa
Thanks, I tried to follow your examples and the "guide" (to call it some way), but it is not working.
I tried something simple first:
-sel:all,+sel:(eng|esp|und|nolang),+sel:mvcvideo,+sel:attachment,-sel:(special)
This should, unselect all, then select all english, espanis, undefined and nolang tracks (subs and audio), select 3d vide, select attachment, and unselect all special tracks, but it doesn't works.
Any idea?
I tried something simple first:
-sel:all,+sel:(eng|esp|und|nolang),+sel:mvcvideo,+sel:attachment,-sel:(special)
This should, unselect all, then select all english, espanis, undefined and nolang tracks (subs and audio), select 3d vide, select attachment, and unselect all special tracks, but it doesn't works.
Any idea?
Re: Select all english & spanish audio and subtitles by defa
Don't use esp
use spa instead:
List of languages codes here:
http://forum.doom9.org/showthread.php?t=155762
Hope that help
Code: Select all
-sel:all,+sel:(eng|esp|und|nolang),+sel:mvcvideo,+sel:attachment,-sel:(special)
Code: Select all
-sel:all,+sel:(eng|spa|und|nolang),+sel:mvcvideo,+sel:attachment,-sel:(special)
http://forum.doom9.org/showthread.php?t=155762
Hope that help
Re: Select all english & spanish audio and subtitles by defa
Come on guys, I thought this was the official MakeMKV support forum!
Re: Select all english & spanish audio and subtitles by defa
Hello Kwanbis,
I have responded to the thread, i have added a link to my answer and i think this need a moderator approval, anyway i have also responded to you in PM
I will answer here again, use:
instead of
esp is not a valid bd langue code, hope this help
I have responded to the thread, i have added a link to my answer and i think this need a moderator approval, anyway i have also responded to you in PM
I will answer here again, use:
Code: Select all
spa
Code: Select all
esp
Re: Select all english & spanish audio and subtitles by defa
Thanks! That did it, so now I have:eelisland wrote:use:
instead ofCode: Select all
spa
esp is not a valid bd langue code, hope this helpCode: Select all
esp
-sel:all,+sel:(eng|spa|und|nolang),-sel:(havemulti),+sel:mvcvideo,+sel:attachment,-sel:special