multiple instances of makemkv to rip 2 discs simultaneously
multiple instances of makemkv to rip 2 discs simultaneously
Hi, is there a way to start 2 instances of makemkv to rip 2 BluRay-discs simultaneously with my 2 external BluRay-burners?
Right now I am limited to one instance of makemkv When I try to start a second instance of makemkv, the first instance pops to the foreground.
Right now I am limited to one instance of makemkv When I try to start a second instance of makemkv, the first instance pops to the foreground.
Re: multiple instances of makemkv to rip 2 discs simultaneou
That's a Mac OS X limitation. You need to have two copies of the same application installed on your hard drive in order to launch two instances of said application.
Re: multiple instances of makemkv to rip 2 discs simultaneou
Just thinking out loud, can you get away with symlinking to the MakeMKV executable with a different name rather than installing twice? I've seen this technique work on other UNIX-based OSes in the past.
Re: multiple instances of makemkv to rip 2 discs simultaneou
Unless I'm doing it wrong, it doesn't seem to work.
Re: multiple instances of makemkv to rip 2 discs simultaneou
It workes with 2 copies )
That's all I wanted, the app is only 10 MB, so who cares. Thank you very much for your help!!!
That's all I wanted, the app is only 10 MB, so who cares. Thank you very much for your help!!!
Re: multiple instances of makemkv to rip 2 discs simultaneou
from command line:dbox_andi wrote:Hi, is there a way to start 2 instances of makemkv to rip 2 BluRay-discs simultaneously with my 2 external BluRay-burners?
Right now I am limited to one instance of makemkv When I try to start a second instance of makemkv, the first instance pops to the foreground.
Code: Select all
open -n -a MakeMKV
Re: multiple instances of makemkv to rip 2 discs simultaneou
It is possible, I did it. I used my Blu Ray drive and DVD drive at the same time. I had one copy installed and one copy mounted in a .dmg. Just like when you download it. Theoretically you can have unlimited copies running. Hope it makes sense lol
Re: multiple instances of makemkv to rip 2 discs simultaneou
You can also create an application using the AppleScript editor which has the following:
I use this method all of the time for VLC.
For extra points if you take the MakeMKV.icns from MakeMKV package contents, rename to applet.icns and copy into the applet then the applet will look like MakeMKV.
Regards
Paul
If you save the script as an application and then place in the Dock you have a one-click way of launching a new instance of MakeMKV.do shell script "open -n /Applications/MakeMKV.app"
I use this method all of the time for VLC.
For extra points if you take the MakeMKV.icns from MakeMKV package contents, rename to applet.icns and copy into the applet then the applet will look like MakeMKV.
Regards
Paul
-
- Posts: 4075
- Joined: Wed Nov 26, 2008 2:26 am
- Contact:
Re: multiple instances of makemkv to rip 2 discs simultaneou
By popular demand, starting with 1.7.7(1) there is a new item in Application menu - open new instance.
Re: multiple instances of makemkv to rip 2 discs simultaneou
Could you please define what constitutes popular demand so I can drum up appropriate support for you to implement compressing subs with zlib by default to make them work on the WDTV? You said this could be done EASILY several versions ago. Thx.
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: multiple instances of makemkv to rip 2 discs simultaneou
Came via Google to this old thread. I might be being thick but I can't see the option. I would like to run two instances simultaneously. I'm on Windows not Mac.mike admin wrote:By popular demand, starting with 1.7.7(1) there is a new item in Application menu - open new instance.
Re: multiple instances of makemkv to rip 2 discs simultaneou
Start MakeMKV. In Preferences->IO, check the box "Ask for single drive mode". Click on OK. Exit MakeMKV.
From then on, every time you start MakeMKV, it will ask you if you want this instance to control "all" drives, or just one. Start as many instances as you need, selecting a different drive for each from the pull-down.
From then on, every time you start MakeMKV, it will ask you if you want this instance to control "all" drives, or just one. Start as many instances as you need, selecting a different drive for each from the pull-down.
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: multiple instances of makemkv to rip 2 discs simultaneou
That might present a problem since I want to rip to one drive.Woodstock wrote:Start MakeMKV. In Preferences->IO, check the box "Ask for single drive mode". Click on OK. Exit MakeMKV.
From then on, every time you start MakeMKV, it will ask you if you want this instance to control "all" drives, or just one. Start as many instances as you need, selecting a different drive for each from the pull-down.
Re: multiple instances of makemkv to rip 2 discs simultaneou
Why would you want multiple instances of MakeMKV if you only have one optical drive? They would fight each other over access to that drive.
Or are you referring to a single destination drive? I do that all the time.... A fast NAS can handle at least 6 instances of MakeMKV ripping simultaneously. That was harder for me to keep up with, because the 3 machines running those instances were at opposite ends of the house...
Or are you referring to a single destination drive? I do that all the time.... A fast NAS can handle at least 6 instances of MakeMKV ripping simultaneously. That was harder for me to keep up with, because the 3 machines running those instances were at opposite ends of the house...
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: multiple instances of makemkv to rip 2 discs simultaneou
I have two burners, one internal and one USB. But I will be ripping to the same destination drive, which is aUSB3 portal attached to my PC.Woodstock wrote:Why would you want multiple instances of MakeMKV if you only have one optical drive? They would fight each other over access to that drive.
Or are you referring to a single destination drive? I do that all the time.... A fast NAS can handle at least 6 instances of MakeMKV ripping simultaneously. That was harder for me to keep up with, because the 3 machines running those instances were at opposite ends of the house...
I get what you were saying now: ask for single drive is in respect of the burner not the destination drive.