Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
vcd [2017/01/25 19:42] beandog |
vcd [2021/10/17 18:57] (current) beandog |
||
---|---|---|---|
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: |
<code> | <code> | ||
- | avconv -i source.mp4 -target ntsc-vcd video.mpg | + | ffmpeg -i source.mp4 -target ntsc-vcd video.mpg |
</code> | </code> | ||