Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
yuv4mpeg2 [2013/04/18 18:54] beandog created |
yuv4mpeg2 [2021/10/17 19: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> |