testdirectshow.m

来自「Video IO toolbox for matlab. 用directsho」· M 代码 · 共 27 行

M
27
字号
%testDirectShow%  Script that runs tests on Windows using the DirectShow plugin.%%Example:%  testDirectShow%%Copyright (c) 2006 Gerald Dalley%See "MIT.txt" in the installation directory for licensing details (especially%when using this library on GNU/Linux). ienter% Make sure we have the most up-to-date versionif exist('buildVideoIO', 'file') == 2, buildVideoIO('DirectShow'); end standardTestBattery('DirectShow')% use only constant bit rate and/or indexed videosdoPreciseSeekTests('numbers.uncompressed.avi', 'DirectShow', 'preciseFrames',1);doPreciseSeekTests('numbers.wmv3.avi',         'DirectShow', 'preciseFrames',1);% use alldoMultiFullReadTestOnAllLoadables('DirectShow');iprintf('SUCCESS: no errors detected in loadable files');iexit

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?