www.gusucode.com > matlab 案例源码 matlab代码程序 > matlab/ViewSupportedFileFormatsForYourSystemExample.m

    %% View Supported File Formats for Your System
%%
% View the list of file formats that |VideoReader| supports on your system.

% Copyright 2015 The MathWorks, Inc.

fmts = VideoReader.getFileFormats()
%%
% This output is for a Linux(R) system. Your results might differ.