Page 1 of 1

makemkvcon error not working

Posted: Sun Aug 07, 2011 3:34 pm
by RickMac
I am using an automated script to convert all my ISO movies to MKV. For some reason the program starts but doesn't work.

I would really appreciate any help regarding this.
Here is the command line I am using and the messages coming back from makemkvcon.

Thank you in advance for all your help.

makemkvcon -r --minlength=3600 mkv ISO:'Gladiator (2000).ISO' all '/DVDTemp/'

MSG:1005,0,1,"MakeMKV v1.6.13 darwin(x86-release) started","%1 started","MakeMKV v1.6.13 darwin(x86-release)"
MSG:2014,0,3,"Optical drive \"DVD+R-DL MATSHITA DVD-R UJ-857E ZA0E\" opened in DASPI v1.3 mode.","Optical drive \"%1\" opened in DASPI v%2.%3 mode.","DVD+R-DL MATSHITA DVD-R UJ-857E ZA0E","1","3"
DRV:0,1,1,512,"DVD+R-DL MATSHITA DVD-R UJ-857E ZA0E","",""
DRV:1,0,0,0,"","",""
DRV:2,0,0,0,"","",""
DRV:3,0,0,0,"","",""
DRV:4,0,0,0,"","",""
DRV:5,0,0,0,"","",""
DRV:6,0,0,0,"","",""
DRV:7,0,0,0,"","",""
DRV:8,0,0,0,"","",""
DRV:9,0,0,0,"","",""
DRV:10,0,0,0,"","",""
DRV:11,0,0,0,"","",""
DRV:12,0,0,0,"","",""
DRV:13,0,0,0,"","",""
DRV:14,0,0,0,"","",""
DRV:15,0,0,0,"","",""

Re: makemkvcon error not working

Posted: Mon Aug 08, 2011 9:53 am
by mike admin
Please add --debug to command line

Re: makemkvcon error not working

Posted: Thu Aug 11, 2011 4:58 am
by RickMac
Hi Mike,

thanks for the reply.

I think I found the issue, for some reason my MAC doesn't like the ISO: option in CAPS. I switched to iso and now it is working properly.

Regards,