Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
vcd [2017/01/26 02:42] beandogvcd [2021/10/18 00: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>
  

Navigation