Domanda

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?
È stato utile?

Soluzione

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

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top