Linux - How to convert MPEG to VCD and Burn
To convert a video that is in a MPEG format, I use the program vcdimager as below
vcdimager OUTPUT.FILE
You are able to specify the bin and cue files name if you wish with the options -o and -b. By
default they are videocd.bin videocd.cue.
To use K3B is very self explanatory.
To burn the vcd image, or any cue/bin files, I use the CDRDAO program as below (with cdrw = /dev/scd0)
cdrdao write --device /dev/scd0 FILE.CUE
Hope that helps, and this also servers as a reminder to me :) |