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