📄 testdirectshow.m
字号:
%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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -