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 ?
command line, audio track not included when using v1.7.0
Re: command line, audio track not included when using v1.7.0
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
I also noticed that in the GUI, however I think that the command line the parameter all should include all tracks...
-
- Posts: 4075
- Joined: Wed Nov 26, 2008 2:26 am
- Contact:
Re: command line, audio track not included when using v1.7.0
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.xmlmegaman wrote: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
ah, that's the problem, now it works the way I want it.
thanks
thanks