YUV4MPEG reader

Reads a .y4m file (YUV4MPEG) and returns a MATLAB movie

Ahora está siguiendo esta publicación

Reads a .y4m file and creates a MATLAB movie (a struct array with the fields cdata and colourmap).
Will read the reference uncompressed video files used for comparing video codecs, eg. those on https://media.xiph.org/video/derf/

Examples:
mov = yuv4mpeg2mov('SomeFile.y4m);
[mov, videoInfo] = yuv4mpeg2mov('SomeFile.y4m');
videoInfo is a struct containting information regarding size, number of frames, fps, colour sampling.

Citar como

Endre Oma (2026). YUV4MPEG reader (https://es.mathworks.com/matlabcentral/fileexchange/50690-yuv4mpeg-reader), MATLAB Central File Exchange. Recuperado .

Agradecimientos

Inspirado por: YUV-File to Matlab-Movie

Información general

Compatibilidad con la versión de MATLAB

  • Compatible con cualquier versión

Compatibilidad con las plataformas

  • Windows
  • macOS
  • Linux
Versión Publicado Notas de la versión Action
1.2.0.0

Description

1.1.0.0

Description

1.0.0.0