Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
svcd [2017/01/26 00:18] – created beandog | svcd [2021/10/18 00: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: | ||
< | < | ||
- | avconv | + | ffmpeg |
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 |
</ | </ |