Template:Converting to y4m

From XiphWiki
Revision as of 11:45, 14 April 2015 by MrZeus (talk | contribs) (Created page with "== Creating y4m from other formats == You can use the ffmpeg tool to generate y4m from any of it supported video formats: ffmpeg -i video.webm -pix_fmt yuv420p video.y4m N...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Creating y4m from other formats

You can use the ffmpeg tool to generate y4m from any of it supported video formats:

   ffmpeg -i video.webm -pix_fmt yuv420p video.y4m

Note that ffmpeg is optimized for speed. You may not get repeatable results across machines.