I am kinda new to Linux, and I am trying to burn a VCD.. I have vcdimager, and I also have a GUI called qvcd. I cannot figure out how to work either, because it talking aobut .bins , .cues, etc.
Can someone walk me through this? Thank you very much.
Printable View
I am kinda new to Linux, and I am trying to burn a VCD.. I have vcdimager, and I also have a GUI called qvcd. I cannot figure out how to work either, because it talking aobut .bins , .cues, etc.
Can someone walk me through this? Thank you very much.
Its very easy.
You can change "svcd" to whatever type you want. Do a "man vcdimager" to see all the typesCode:vcdimager -t svcd filename.mpg
This will create a .bin and a .cue file. These are CD images that you have to burn.
I dont know about the GUI that you are using to burn CDs. But you can burn them from the command line like this:
You will need to replace the /dev/scd0 with your device if it is not proper.Code:cdrdao write --device /dev/scd0 videocd.cue
For more details on CD burning in linux, you can read this tutorial:
http://www.linuxquestions.org/questi...icle&artid=262