Page 1 of 1

command line, audio track not included when using v1.7.0

Posted: Mon Jan 02, 2012 7:06 pm
by megaman
Hi,

I'm using the command line of makemkv to convert dvd iso files to mkv,

I use the following command:
"C:\Program Files (x86)\MakeMKV\makemkvcon64" mkv iso:file.iso all d:\temp\

In the older versions this has worked beautifully, I got all video, audio tracks and subtitles.
However since v1.7.0 the audio track is not copied to the mkv...
Are there any new command line options that needs to be added or is this a new bug ?

Re: command line, audio track not included when using v1.7.0

Posted: Tue Jan 03, 2012 2:06 am
by joe42
Since v1.7.0 changed the way that default tracks are selected in the GUI, I wonder if there were also changes made with the command line behavior.

Re: command line, audio track not included when using v1.7.0

Posted: Tue Jan 03, 2012 7:38 am
by megaman
I also noticed that in the GUI, however I think that the command line the parameter all should include all tracks...

Re: command line, audio track not included when using v1.7.0

Posted: Wed Jan 04, 2012 3:17 pm
by mike admin
megaman wrote:I also noticed that in the GUI, however I think that the command line the parameter all should include all tracks...
Wit 1.7.0 the selection rules from default profile apply be default. To select every track you need to create a profile with selection line "+all", and then you can pass profile file as --profile=/full/path/to/profile.mmcp.xml

Re: command line, audio track not included when using v1.7.0

Posted: Wed Jan 04, 2012 8:52 pm
by megaman
ah, that's the problem, now it works the way I want it.

thanks