Ahora está siguiendo esta publicación
- Verá actualizaciones en las notificaciones de contenido en seguimiento.
- Podrá recibir correos electrónicos, en función de las preferencias de comunicación que haya establecido.
This function GETFOURCC gives a list of available Video encoder-codecs in
the current Windows installation. The FourCC code of a codec in the list
can be used to select a custom compressor in the AVIFILE function.
Usage :
getfourcc , Will display a list with available video codecs
or
L = getfourcc , Returns a struct with all available video codecs
Supported OS,
Windows NT, 2000, Vista, Windows 7
Example Output,
Four CC | Description (Driver / DLL)
-----------+---------------------------------------------- -----
mrle | Microsoft - Run Length Encoding (msrle32.dll)
msvc | Microsoft - Video 1 (msvidc32.dll)
i420 | Intel - Indeo 4 codec (iyuv_32.dll)
cvid | Supermac - Cinepak (iccvid.dll)
See also avifile/addframe, avifile/close, movie2avi
Citar como
Dirk-Jan Kroon (2026). List Video Codecs, FourCC (https://la.mathworks.com/matlabcentral/fileexchange/28706-list-video-codecs-fourcc), MATLAB Central File Exchange. Recuperado .
Información general
- Versión 1.4.0.0 (3,45 KB)
Compatibilidad con la versión de MATLAB
- Compatible con cualquier versión
Compatibilidad con las plataformas
- Windows
- macOS
- Linux
