23 Jun 2007
Copy a VCD under linux
Copy a VCD under Linux
First you have to rip the SVCD, then create a new one.
You have to use vcdxrip, vcdimager and cdrdao.
- rip the SVCD
$ vcdxrip --cdrom-device=/dev/hdc
- generate a new one
$ vcdimager -t svcd avseq01.mpg
- burn the svcd
$ cdrdao write --device ATA:1,1,0 --speed 24 videocd.cue
(adjust drive-settings to your needs)