Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
svcd [2017/01/25 17:19] beandog |
svcd [2021/10/17 18:58] (current) beandog |
||
---|---|---|---|
Line 8: | Line 8: | ||
<code> | <code> | ||
- | avconv -i ../Master/video_master_episode1.mp4 -target ntsc-svcd video_ntsc-svcd_ep1.mpg | + | ffmpeg -i ../Master/video_master_episode1.mp4 -target ntsc-svcd video_ntsc-svcd_ep1.mpg |
vcdxgen -o svcd_birdman.xml -t svcd -l BIRDMAN *mpg | vcdxgen -o svcd_birdman.xml -t svcd -l BIRDMAN *mpg | ||
vcdxbuild -c svcd_birdman.cue -b svcd_birdman.bin svcd_birdman.xml | vcdxbuild -c svcd_birdman.cue -b svcd_birdman.bin svcd_birdman.xml | ||
cdrdao write --device /dev/cdrom svcd_birdman.cue | cdrdao write --device /dev/cdrom svcd_birdman.cue | ||
</code> | </code> |