How can I make an exact copy of a (super)videocd? I've created the bin/cue with cdrdao but when I burn that, it appears ok but doesn't work.
Has anybody been able to do that?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I usually use this syntax and it works for almost any
types of CDs including VCDs/SVCDs.
cdrdao read-cd --read-raw image.toc
Then burn using
cdrdao write --speed 4 image.toc
The important thing is that the CD is read in raw
mode because VCDs are burned in a special sector
size as opposed to a regular data CD (just like audio
CDs for example).
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2001-04-01
Thanks a lot. Works great!!!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
How can I make an exact copy of a (super)videocd? I've created the bin/cue with cdrdao but when I burn that, it appears ok but doesn't work.
Has anybody been able to do that?
I usually use this syntax and it works for almost any
types of CDs including VCDs/SVCDs.
cdrdao read-cd --read-raw image.toc
Then burn using
cdrdao write --speed 4 image.toc
The important thing is that the CD is read in raw
mode because VCDs are burned in a special sector
size as opposed to a regular data CD (just like audio
CDs for example).
Thanks a lot. Works great!!!
Along with this great info, check out this webpage:
http://www.hvrlab.org/~hvr/vcdimager/
This program allows you to master (s)vcd's yourself and rip the mpegs from vcd's. You burn the vcd's with good old cdrdao. Good stuff!