Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
svcd [2017/01/25 17:18] beandog created |
svcd [2021/10/17 18:58] (current) beandog |
||
---|---|---|---|
Line 3: | Line 3: | ||
* [[VCD]] | * [[VCD]] | ||
- | Similar of course to [[Video CD]], but I'm finding these have less support on my players. Between my [[Sony DVD players]] and my [[Sony Blu-ray players]], only the DVD ones will play these back. Everyone says to use VCD if you want the widest support base, though. | + | Similar of course to [[VCD|Video CD]], but I'm finding these have less support on my players. Between my [[Sony DVD players]] and my [[Sony Blu-ray players]], only the DVD ones will play these back. Everyone says to use VCD if you want the widest support base, though. |
Here's me making some: | Here's me making some: | ||
<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 | ||
- | echo cdrdao write --device /dev/cdrom svcd_birdman.cue | + | cdrdao write --device /dev/cdrom svcd_birdman.cue |
</code> | </code> |