List Video Codecs, FourCC

版本 1.4.0.0 (3.4 KB) 作者: Dirk-Jan Kroon
Lists all available video compressors for usage with avifile in Matlab
4.3K 次下载
更新时间 2011/2/16

查看许可证

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

引用格式

Dirk-Jan Kroon (2024). List Video Codecs, FourCC (https://www.mathworks.com/matlabcentral/fileexchange/28706-list-video-codecs-fourcc), MATLAB Central File Exchange. 检索时间: .

MATLAB 版本兼容性
创建方式 R2010a
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Audio and Video Data 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
版本 已发布 发行说明
1.4.0.0

Added try-catch

1.3.0.0

Fixed bug : Inner for-loop used also the variable "i"

1.0.0.0