Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
vcd [2017/01/25 17:10]
beandog
vcd [2021/10/17 18:57] (current)
beandog
Line 15: Line 15:
   * MP2 audio, 224 kbs   * MP2 audio, 224 kbs
  
-Using avconv (or ffmpegto 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>​
  
Line 38: Line 38:
 cdrdao write --device /dev/cdrom videocd.cue cdrdao write --device /dev/cdrom videocd.cue
 </​code>​ </​code>​
 +
 +And there you go :)
 +
 +{{:​vcd_birdman_mplayer.png|}}

Navigation