read and play AVI
Show older comments
I have a problem when playing videos (AVI) on GUI
function aviaxes_OpeningFcn(hObject, eventdata, handles, varargin)
mov = aviread('Shania.avi')
movie(handles.axes1, mov);
??? Error using ==> aviread at 76 Unable to locate decompressor to decompress video stream
Error in ==> aviaxes>aviaxes_OpeningFcn at 54 mov = aviread('Shania.avi')
5 Comments
David Young
on 19 Jun 2011
What happens if you execute aviread('Shania.avi') at the command line?
pink
on 19 Jun 2011
pink
on 19 Jun 2011
Walter Roberson
on 19 Jun 2011
Which Windows version are you using, and are you running the 32 bit or 64 bit windows?
pink
on 19 Jun 2011
Accepted Answer
More Answers (0)
Categories
Find more on Audio and Video Data in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!