MATLAB: Does AVIINFO function support AVI 2.0 in MATLAB 7.3

MATLAB

I executed AVIINFO command to an AVI file which is in AVI 2.0 format. The function reported a few less NumFrames than actual frame numbers.
I want to know if AVIINFO function supports the AVI2.0 format.

Best Answer

AVI 2.0 is just another unofficial name for OpenDML. To learn more about OpenDML(AVI 2.0) review the wikipedia below using the following URL:
AVIINFO does not support OpenDML files which is required to read large AVI files.
As a workaround, you might consider using MMFILEINFO function.
Related Question