Results 1 to 5 of 5
Hi all I would like to transfer some movies to my external hard drive using my laptop dvd drive what programs should I use..
Thanks
Terry
Ubuntu 10.04...
- 12-13-2010 #1Just Joined!
- Join Date
- Nov 2007
- Posts
- 10
transfer/copy movie
Hi all I would like to transfer some movies to my external hard drive using my laptop dvd drive what programs should I use..
Thanks
Terry
Ubuntu 10.04
- 12-13-2010 #2
- 12-13-2010 #3
Are you talking about backing up a DVD?
You can just use Brasero to make a copy of the DVD.
Or you can use a command line tool like dvdbackup.
- 12-13-2010 #4Just Joined!
- Join Date
- Nov 2007
- Posts
- 10
Sorry about the confusion I should have said that I have the dvd but all I want to do is put a copy on my external hard drive so I can take it with me and not have to carry all the DVD'S.
TERRY
- 12-13-2010 #5Linux Guru
- Join Date
- Apr 2009
- Location
- I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
- Posts
- 8,961
Ok. There are several steps here, but easy enough to do - all you really need is disc space!
Anyway, I do this all the time so I don't have to haul dvd's on trips with me.
1. Make sure you have dvdbackup and libdvdcss installed on your system.
2. Backup dvd to a disc directory such as ~/Videos/DVDname using the dvdbackup program - instructions follow.
3. Tell your media player (mplayer, vlc, kaffeine, etc) to play from a directory, and point it to ~/Videos/DVDname, or wherever you put the backup.
4. Have fun!
Code to backup DVD. Assume DVD is installed in DVD player that is identified as /dev/hda:
You do not need to be root or sudo to do this as long as the output directory is writeable to you. It will usually create at least two subdirectories, AUDIO_TS (usually empty) and VIDEO_TS (where the movie files are). Sometimes there are other things there, such as photos, extra audio files, URL's for web access to video fan sites, etc. The --mirror option will backup the disc in its entirety, including all this extra cruft. If you JUST want the main feature, then use the --feature option instead of --mirror. Clear enough?Code:dvdbackup --input=/dev/hda --output=~/Videos/DVDname --mirror
Sometimes, real fast is almost as good as real time.
Just remember, Semper Gumbi - always be flexible!


Reply With Quote

