?? standardtestbattery.m
字號:
function standardTestBattery(plugin)
%standardTestBattery(plugin)
% Performs a standard battery of tests on a given plugin
%
%Examples:
% standardTestBattery
% standardTestBattery ffmpegPopen2 % linux & similar
% standardTestBattery ffmpegDirect % ...if system's gcc is compatible w/ Matlab's
% standardTestBattery DirectShow % Windows
%
ienter
if nargin < 1, plugin = defaultVideoIOPlugin; end
readTests(plugin);
writeTests(plugin);
if ispc
testGetinfo;
end
testBitRate(plugin);
testGopSize(plugin);
longWriteTest(plugin);
iexit
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -