Results 1 to 6 of 6

Thread: Extract video from DVD. Possible?

  1. #1
    Join Date
    Oct 2010
    Location
    Mount Juliet, Tennessee
    Beans
    44
    Distro
    Ubuntu 13.10 Saucy Salamander

    Extract video from DVD. Possible?

    I have a series of talks on DVD. Each DVD has two or three menu items. For example:
    DVD 1 has: lecture 1, lecture 2 and lecture 3. For a total of 60 lectures on 25 [or so] disks.

    I want to choose and extract my 10 favourite lectures, then burn them to 4 DVD's.

    Creating the DVD from the separate files is the easy part [for me], as I will simply use DeVeDe to build the ISO.

    It's the extraction of specific titles from the disk, to a file usable by DeVeDe that I need help with.

    Can anyone recommend an effective way to do this?

    For the record, there are no Copyright or DRM issues with these media files (it's a series of Bible studies that are freely distributable).

    Thanks,

  2. #2
    Join Date
    Dec 2008
    Beans
    137
    Distro
    Ubuntu 12.10 Quantal Quetzal

    Re: Extract video from DVD. Possible?

    You can try vlc to record the video stream. or just type dvd ripper into the software center and choose from one of the many different programs out there. Such as, Thoggen, AcidRIP, DVD::RIP, HandBrake, k9copy, and ogmrip.

  3. #3
    Join Date
    Jul 2012
    Beans
    322
    Distro
    Xubuntu 18.04 Bionic Beaver

    Re: Extract video from DVD. Possible?

    mplayer/mencoder can help you here. If you want to play a particular title with mplayer, say the fifth title, the syntax is:

    Code:
    mplayer dvd://5
    With this knowledge you can then extract the title from the dvd using mencoder, for example:
    Code:
    mencoder dvd://5 -oac copy -ovc copy output.mpg
    (from memory, not tested )
    The best things in life are free, so what are we paying for?

  4. #4
    Join Date
    Mar 2008
    Location
    Carolina, Puerto Rico
    Beans
    198
    Distro
    Ubuntu Mate 15.04 Vivid Vervet

    Re: Extract video from DVD. Possible?

    I've used the VLC option as well, and is quite interesting, being able to record something that you are seeing at the same time is quite fun. VLC is very powerful option. You have to open the advanced options, or you wont see the record option (IIRC)

    ELP
    HTPC: MSI FM2-A55M-E33 mobo, Amd A8-5600k APU, 6GB RAM, 120GB Crucial SSD Ubuntu Mate 15.04, 500GB Windows XP SP3, HDMI Video, 5.1ch Analog Audio, XBMC/Kodi

  5. #5
    Join Date
    Dec 2006
    Beans
    7,349

    Re: Extract video from DVD. Possible?

    Not renowned for its straightforward commandline but you can use tccat to pull out specific tracks from a dvd, an example here:

    http://www.andrews-corner.org/fist.html#video

    Don't know if this will then work with DeVeDe as I have not used this application.
    You think that's air you're breathing now?

  6. #6
    Join Date
    Oct 2010
    Location
    Mount Juliet, Tennessee
    Beans
    44
    Distro
    Ubuntu 13.10 Saucy Salamander

    Re: Extract video from DVD. Possible?

    In the end... to keep it simple, I loaded the DVD, dragged-and-drop the .VOB file over to the desktop, renamed it to *.mpeg, then used DeVeDe to mix-and-match mpeg files and spit out an ISO for each of the combinations I wanted.

    Thanks all!

Tags for this Thread

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
  •