-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
other dvd ripping tools/commands #351
Comments
lololololol I think this has been on @privatezero's mind lately? |
I love makemkv until the license expires and I can't seem to buy a
license.. anyhow I think this is a great idea. Unusually use GUI tools like
isobuster to rip,so cli would be mega.
…On Thu, 8 Nov 2018, 17:00 Ashley ***@***.*** wrote:
lololololol
...
LGTM 👍
I think this has been on @privatezero <https://github.com/privatezero>'s
mind lately?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#351 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABEyvqwW0r5j-p29TwTf9FwfVHoRDd8Kks5utGMygaJpZM4YVFcu>
.
|
Optical media has definitely been a little bee buzzing in my bonnet recently - I have some scripts here I was playing with based off of the ddrescue command in Johan van der Knijff's post. Didn't end up honing them up for production as I ended up finding some drives that made it so I didn't have to re-image the collection. I can definitely see ddrescue imaging type stuff having a place in ffmprovisr! @bturkus were you also thinking more along the lines of creating useful access copies of the video information? It looks like we don't yet have a specific VOB concat recipe, so that might be a good addition huh! |
I think @kfrn did do a VOB concat recipe a while back, but yeah: I guess I was hoping there might be something that might require less work/thought out there. Def ddrescue would be a good addition no matter what. Today I've played with all of these, but I can't say any seem all that perfect: And this one I couldn't figure out the installation on (I'm sure it's simple, I just struggle with compiling from source; unrelated: how about instructions for that?!?): I would say that either lsdvd or dvdbackup's information commands ($ dvdbackup -i /dev/dvd -I) are super helpful just in determining what's going on (this dvd completely sux btw, but I guess it's good for testing): |
Hi Ben, Regarding dvdrip, it appears to be a |
I like the idea of having some more options regarding ripping DVDs. I haven't tried Handbrake CLI, Re: VOBs and the current recipe - as you say, the command I added does rely on knowing which of the VOB files on the disk/in the ISO that you want to target. (By the way, that command could probably also be run by supplying a I have a little experience with Haskell - over the weekend, I'll see if I can get |
hey all,
I'm just tossing this out there, and I will totally back away carefully and slowly if @ablwr gives me a "sounds great! have fun! take care of it!," but I was wondering if anyone had any thoughts/ideas about adding some non-FFmpeg dvd ripping tools/commands, similar to what @privatezero has done with cdrtools. I guess I'm specifically thinking about stuff like HandbrakeCLI, VLC CLI, Mplayer/MEncoder, FFmpeg's dvd2concat, etc.
Does anyone have any super solid workflows that don't require you to investigate/make decisions about what's going on in the VOB-zone? I personally don't, and when pressed, I've done clunky stuff like: create an ISO, use MakeMKV, then transcode to MP4. I also recognize that diff aspect ratios, specs, etc. could make this sort of thing difficult in general.
Thanks!
Ben
The text was updated successfully, but these errors were encountered: