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:09]
beandog
vcd [2021/10/17 18:57] (current)
beandog
Line 1: Line 1:
 ====== VCD ====== ====== VCD ======
 +
 +  * [[SVCD]]
  
   * [[https://​goinggnu.wordpress.com/​2007/​05/​08/​create-vcd-in-linux/​|Create VCD in Linux]]   * [[https://​goinggnu.wordpress.com/​2007/​05/​08/​create-vcd-in-linux/​|Create VCD in Linux]]
   * [[http://​muhdzamri.blogspot.com/​2007/​01/​how-to-make-vcd-with-k3b-using-linux.html|How to make VCD with K3B using Linux]]   * [[http://​muhdzamri.blogspot.com/​2007/​01/​how-to-make-vcd-with-k3b-using-linux.html|How to make VCD with K3B using Linux]]
  
-People have basically said, "if you want it to play *everywhere*,​ your best chance is Video CD." It's true. I can get these to play in my two DVD players, and both of my Blu-ray players, but [[SVCD]] will only play in my DVD players. Doesn'​t look bad, either. I like it as a good alternative and fail-proof backup of transferring VHS videos to something.+People have basically said, "if you want it to play *everywhere*,​ your best chance is Video CD." It's true. I can get these to play in my two DVD players, and both of my [[Sony Blu-ray Players|Blu-ray players]]. Doesn'​t look bad, either. I like it as a good alternative and fail-proof backup of transferring VHS videos to something.
  
 Specifications for Video CDs: Specifications for Video CDs:
Line 13: 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 36: 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