You are not logged in.
Pages: 1
hi
i need an cd / dvd burning tool what is burning like clondcd/dvd
because i have a dvd which is really marked
i wonder that vlc is playing all of the film...
but if i want to copy the dvd to an imagefile there appears a lot of reading failures
i know that clone cd burnes the input, like it is getting in
k3b's option ignore failures needed 12 hours (because of re-read-try) to get 12 % ready, its to long ;-)
so i want a clone cd derivat
do u know any solution? i would accept commandline tools too
Offline
Take a look at dvdisaster - it may do what you need. It's in the AUR.
Unthinking respect for authority is the greatest enemy of truth.
-Albert Einstein
Offline
try k9copy (qt) from the community-repo
or dvd95 (gtk) from AUR
libdvdcss should be installed also...
Last edited by SiD (2007-03-14 12:26:03)
Offline
I think you find this a nice read: http://www.linux-magazine.com/issue/28/CDImaging.pdf
not sure how useful it is in your case
Offline
I'm not sure what your asking for but if you want an exact dvd or cd copies you can do:
dd if=/dev/dvdrw of=dvd.iso
then use your favorite buring app to record it onto a disk or do it manually:
cdrecord --speed <num> dev=/dev/dvdrw dvd.iso
Offline
Pages: 1