Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
yuv4mpeg2 [2013/04/19 00:56] beandogyuv4mpeg2 [2021/10/18 01:36] (current) beandog
Line 3: Line 3:
   * [[MPEG2]]   * [[MPEG2]]
  
-  * [[http://wiki.multimedia.cx/index.php?title=YUV4MPEG2|YUV4MPEG2]]+  * [[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.+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.y4m+ffmpeg -i source.mp4 -s hd480 -an video.y4m
 </code> </code>

Navigation