Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
vcd [2017/01/26 00:10] – beandog | vcd [2021/10/18 00:57] (current) – beandog | ||
---|---|---|---|
Line 6: | Line 6: | ||
* [[http:// | * [[http:// | ||
- | People have basically said, "if you want it to play *everywhere*, | + | People have basically said, "if you want it to play *everywhere*, |
Specifications for Video CDs: | Specifications for Video CDs: | ||
Line 15: | Line 15: | ||
* MP2 audio, 224 kbs | * MP2 audio, 224 kbs | ||
- | Using avconv (or ffmpeg) to create the MPEG is simple, since it's a prebuilt target: | + | Using ffmpeg to create the MPEG is simple, since it's a prebuilt target: |
< | < | ||
- | avconv | + | ffmpeg |
</ | </ | ||
Line 38: | Line 38: | ||
cdrdao write --device /dev/cdrom videocd.cue | cdrdao write --device /dev/cdrom videocd.cue | ||
</ | </ | ||
+ | |||
+ | And there you go :) | ||
+ | |||
+ | {{: |