Results 1 to 4 of 4

Thread: Fully automated dvd ripping

  1. #1
    Join Date
    Jul 2011
    Beans
    3

    Fully automated dvd ripping

    Hi, I'm looking to somehow fully automate the dvd ripping process so i can insert a disk and have it auto rip the dvd then eject the cd so i can insert another as its something i really want for my headless ubuntu server (it is running the latest standard desktop ubuntu which i remote into via vlc).

    anyone got any advice on how i can achieve this or if there are any exiting programs that can do this? either rip to iso (dvd5) or to mp4/mkv.
    Last edited by qwerty2k; July 24th, 2011 at 08:03 PM.

  2. #2
    Join Date
    Jun 2007
    Beans
    17,337

    Re: Fully automated dvd ripping

    If you weren't looking to do auto cli rip and encode there are 2 fairly easy solutions, vobcopy(mirror disk to file) and ddresue (dump to encrypted and if present structure protected iso

    The big issue is always structure protection which if present renders vobcopy generally useless. In an .iso dump SP is irrelevant other than the # of unreadable sectors - anything over 5000 or so starts to take quite some time to read thru

    So you may wish look at handbrake, it does a main title re-encode and handles most Sp's well. I've never used but see if it can be run from cli

    The other option would be makemkv for linux, search in google

    If you decide to go to whole disk, no encoding than let me know, worked out a ddresue script to auto authenticate drive and dump to the dvd's title.iso
    vobcopy is just a straight up command, both can be used to autorip
    Last edited by mc4man; July 24th, 2011 at 09:54 PM. Reason: spelling

  3. #3
    Join Date
    Jul 2011
    Beans
    3

    Re: Fully automated dvd ripping

    thanks for the post, is there a cli tool for dvd5->dvd5 that will then be an iso at the end of it?

  4. #4
    Join Date
    Sep 2011
    Beans
    10

    Re: Fully automated dvd ripping

    Quote Originally Posted by mc4man View Post
    If you weren't looking to do auto cli rip and encode there are 2 fairly easy solutions, vobcopy(mirror disk to file) and ddresue (dump to encrypted and if present structure protected iso

    The big issue is always structure protection which if present renders vobcopy generally useless. In an .iso dump SP is irrelevant other than the # of unreadable sectors - anything over 5000 or so starts to take quite some time to read thru

    So you may wish look at handbrake, it does a main title re-encode and handles most Sp's well. I've never used but see if it can be run from cli

    The other option would be makemkv for linux, search in google

    If you decide to go to whole disk, no encoding than let me know, worked out a ddresue script to auto authenticate drive and dump to the dvd's title.iso
    vobcopy is just a straight up command, both can be used to autorip
    Can I have some more info about the script you worked out please?

    I would like to automate the process of copying a dvd to my hard drive via CLI.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •