|  About Me  |  Blogs  |  Photos  |  Publications  |  Resume  | 

Copy DVD & VCD

Rip DVD

dvdbackup & vobcopy are both simple tools to rip a DVD:

$ dvdbackup -i /dev/dvd -M -o output_dir
  # -M mirrors the DVD image, use -F to copy main features only
$ vobcopy -i /dev/dvd -m

Side note, vobcopy couldn’t handle DVD directory structure in lowercase, dvdbackup could.

Encode DVD

For encoding a ripped (or not) DVD in various formats, acidrip does a good job without overwhelming you with options. dvdrip is the power user version. Though the main difference between the two applications is that acidrip is based on mencoder whereas dvdrip is based on transcode.

Copy VCD

To copy a VCD, use readcd (part of the cdrtools package):

$ readcd -clone dev=/dev/dvd -f filename

One Response to “Copy DVD & VCD”

  1. 1Click DVD to VCD Says:

    use the easiest way to do this!

    http://www.purchaseshareware.com/multimedia-design-video/1click-dvd-to-vcd8883-15.htm

Leave a Reply

You must be logged in to post a comment.