Hi,
I'm working on a frontend for MakeMKV. The goal is to be able to automatically rip and title Blu-rays / DVDs, including special features and episode titles and output them to popular media server formats. On windows, I support an Arconova Nimbie autoloader (I have yet to reverse engineer the protocol to support other platforms).
There's no way to do this but a fingerprinting algorithm, as many discs (I'm looking at you Disney) have absolutely no identifying information.
I've ripped about ~175 Blu-rays *movies* so far, but haven't expanded to TV series yet.
I have done this mostly for my own edification, but my questions for the community:
1. Would this be of any use to the community?
2. Does anything like this already exist?
3. Would anyone be willing to submit MakeMKV logs or (better yet) run the program against their discs such that I can capture their IDs and titles? I've run through all my Blu-rays, DVDs, and everything I can borrow
Thanks,
dan
MakeMKV front end?
Re: MakeMKV front end?
I won't encourage or discourage you, but, should you decide to release it for others to use, please start a topic in the advanced usage forum, similar to the Movies2MKV topic, to handle questions and fixes.
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: MakeMKV front end?
Something like Blu-Ray Ripper? Just use Google, to get links approved here can take a while.misfit1 wrote:2. Does anything like this already exist?
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
-
- Posts: 4
- Joined: Wed Jan 12, 2011 6:16 pm
Re: MakeMKV front end?
coming late to the party...
my nimbie will arrive this week, so I'll see what I can cobble together for batch ripping. afaik, you can either use imgburn or the included acronova batch software to read each disc to produce ISO's (and requires a well-known 3rd party tool to unlock the discs) - then you can use any of the standard makemkv batch cli tools to process the ISO's to produce mkv main titles.
but acronova has an sdk that I should be able to use to build a batch tool to feed the nimbie discs (via the hopper) straight to makemkv (which should reduce the processing time a little, and save some space as well).
have 1000+ blu-rays to process, so I'm definitely looking to reduce the manual handling - hoping to rip 50-75 titles daily.
my nimbie will arrive this week, so I'll see what I can cobble together for batch ripping. afaik, you can either use imgburn or the included acronova batch software to read each disc to produce ISO's (and requires a well-known 3rd party tool to unlock the discs) - then you can use any of the standard makemkv batch cli tools to process the ISO's to produce mkv main titles.
but acronova has an sdk that I should be able to use to build a batch tool to feed the nimbie discs (via the hopper) straight to makemkv (which should reduce the processing time a little, and save some space as well).
have 1000+ blu-rays to process, so I'm definitely looking to reduce the manual handling - hoping to rip 50-75 titles daily.
-
- Posts: 4
- Joined: Wed Jan 12, 2011 6:16 pm
Re: MakeMKV front end?
turns out I didn't have to create anything new b/c the nimbie's QQGetTray utility automatically loads the next disc after my script ejects the previous one. simple 4-line "for" loop to rip the 1st 70+ min title (using makemkvcon), move/rename (see my other post), eject (via wizmo), & rest 40 secs (via timeout) while the nimbie utility loads the next disc.
Re: MakeMKV front end?
Sorry for the necroposting, but I will have the use of a nimbie pro for a couple of weeks, and I'd love to use it to automate ripping my collection of blurays. I'm a total newb in this arena but otherwise fine technically. Would you mind sharing describing the workflow and potentially sharing the script so I can dig in? Thanks for your contribution to the community.