YUV4MPEG reader
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.
Cita come
Endre Oma (2025). YUV4MPEG reader (https://it.mathworks.com/matlabcentral/fileexchange/50690-yuv4mpeg-reader), MATLAB Central File Exchange. Recuperato .
Compatibilità della release di MATLAB
Compatibilità della piattaforma
Windows macOS LinuxCategorie
- MATLAB > Data Import and Analysis > Data Import and Export > Standard File Formats > Audio and Video Data >
- FPGA, ASIC, and SoC Development > Vision HDL Toolbox > Video Formats and Interfaces >
- Image Processing and Computer Vision > Vision HDL Toolbox > Video Formats and Interfaces >
Tag
Riconoscimenti
Ispirato da: YUV-File to Matlab-Movie
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Scopri Live Editor
Crea script con codice, output e testo formattato in un unico documento eseguibile.
