I am trying to import a .avi file for frame processing.
Import["c:\\windows\\clock.avi","Elements"] Import["c:\\windows\\clock.avi","VideoEncoding"] Import["c:\\windows\\clock.avi"] Import["c:\\windows\\clock.avi",{"Frames",{5,6}}] Out[115]= {Animation,BitDepth,ColorSpace,Data,Duration,FrameCount,FrameRate, Frames,GraphicsList,ImageList,ImageSize,VideoEncoding} Out[116]= rle8 Out[117]= {1,2,3,4,5,6,7,8,9,10,11,12} During evaluation of In[115]:= Import::fmterr: Cannot import data as video format. During evaluation of In[115]:= Import::fmterr: Cannot import data as video format. Out[118]= {$Failed,$Failed}
It reports the same error with all avi files that I tested.
Any clues?
source share