Question

I searched the internet and Stack Overflow, but I could not find an answer:

  • Does anyone know how to convert a y4m file to yuv?
Was it helpful?

Solution

ffmpeg to the rescue!

A detailed description of the format is found here:

Example files can be downloaded from http://samples.mplayerhq.hu/yuv4mpeg2/

To convert the file to YV12-format, do

$ ffmpeg -i example.y4m test.yuv

The first frame looks like this:

enter image description here

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top