I have been trying to figure out how to get MakeMKV to rip ALL audio files, so that I can then select which ones I want to keep when I convert the files with HandBrake. I have a fair amount of foreign movies that I would like to keep the original language audio, as well as ALL English tracks, as I like to keep any commentary tracks included. When using the default profile, I can get an original language audio track, but usually only 1 English track.
I used the advice from this thread: viewtopic.php?t=8219
and modified the default profile with this line of code:
Code: Select all
<profileSettings
app_DefaultSelectionString="-sel:all,+sel:(favlang|nolang),-sel:mvcvideo,=100:all,-10:favlang"
/>
Code: Select all
<profile>
<!-- profile name - Superaudio -->
<name lang=“eng”>Superaudio</name>
Whenever I try to rip with this command:
Code: Select all
makemkvcon mkv disc:0 all /media/rips --minlength=300 --profile=usr/share/MakeMKV/Superaudio.mmcp.xml
Code: Select all
Operation successfully completed
Failed to load profile from file 'usr/share/MakeMKV/Superaudio.mmcp.xml', using default
Saving 1 titles into directory /media/rips
Thanks,
Brian