MATLAB: Problem with Aviread function while trying to read an avi file.

avivideo processing

hi, i am trying to read an avi file into matlab : i tried like this.
mov = aviread('1.avi');
??? Error using ==> aviread at 76
Unable to locate decompressor to decompress video stream
it says like this. can any one please help me. whats wrong with this function.

Best Answer

http://www.mathworks.se/support/solutions/en/data/1-186ZX/index.html?solution=1-186ZX try it.. and install the required codec into your system. the matlab can read ur file.
Related Question