Differences

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

Link to this comparison view

Next revision
Previous revision
yuv4mpeg2 [2013/04/19 00:54] – created beandogyuv4mpeg2 [2021/10/18 01:36] (current) beandog
Line 1: Line 1:
 ==== YUV4MPEG2 ==== ==== YUV4MPEG2 ====
  
-Raw video (YUV) in an MPEG2 container.  I sometimes use this when I'm going to transfer from one source to another.+  * [[MPEG2]] 
 + 
 +  * [[http://wiki.multimedia.cx/index.php?title=YUV4MPEG2|MultimediaWiki: YUV4MPEG2]] 
 + 
 +Raw video (YUV) in an MPEG2 container. I sometimes use this when I'm going to transfer from one source to another.
  
 == Take an existing video and convert to a 480p raw video == == Take an existing video and convert to a 480p raw video ==
  
 <code> <code>
-avconv -i source.mp4 -s hd480 -an video.mpg+ffmpeg -i source.mp4 -s hd480 -an video.y4m
 </code> </code>

Navigation