Free DVD Recording Tool For Linux?
jobsagoodun writes "
cdrecord-ProDVD is OK for burning DVDs but (i) it grumbles pointlessly about device names and (ii) it has a weird binary-only license that expires every six months or so. There are some Free forks off cdrtools - dvd+rw/+r/-r ,dvdrtools and this patch
- do any of them make a good replacement?"
To burn a DVD I just do:
growisofs -Z /dev/burner -R -J /path/to/data
A very good option for doing all this very easily is to get K3b which is part of the KDE distribution.
For authoring DVDs I recently discovered Qdvdauthor, and it works like a charm!, I was able to create my own DVDs with menus with custom backgrounds, sound, etc.
Also check my homepage for help about video conversions: http ://dvdripping-guid.berlios.de
DVD Ripping, Divx, VCD, SVCD under Linux
K3B, dvdbackup, and dvdshrink (ran under wine, 3.0b5) work awesome.
Hi there
I just use growisofs! It comes with the dvd+rw-tools and it works like a charm. It only requires mkisofs.
/dev/dvd -r -J my_directory
/dev/dvd -dvd-video my_dvd
So to burn a data DVD:
growisofs -Z
and to burn a video DVD:
growisofs -Z
I don't know the story behind cdrecord-prodvd and all that license cruft (was Mr. Joerg "you must use SCSI" Schilling involved with that nonsense?)
The less you have to deal with Schilling the better.
I did not think there could be any desktop user that has not heard of k3b...
I did not think there could be any desktop user that doesn't understand k3b is a GUI FRONTEND to several command line tools, one of them being cdrecord-ProDVD for writing DVDs. Without these backends, your k3b will DO NOTHING. Another option for writing DVDs are the dvd+rw-tools, which also work for DVD-R now. THAT is what the question is about, not your GUI-of-the-day.
Perhaps for the next Ask Slashdot we could have a question about free web browsers? Or maybe a free Linux C compiler?
Or maybe have a question about what's the difference about a GUI frontend and an actual work-performing backend?