How to decompress videos for matlab input video
Show older comments
an error message was came while giving input videos to matlab like
?? Error using ==> aviread at 76 Unable to locate decompressor to decompress video stream
Error in ==> main at 7 avi = aviread('Testvid_NEW_NEW.avi');
5 Comments
per isakson
on 9 Nov 2012
R2012a doc says:
Note: aviread will be removed in a future release. Use VideoReader instead
Walter Roberson
on 9 Nov 2012
Which operating system are you using? Are you using 32 bit or 64 bit MATLAB? What does mmfileinfo() say about the file ?
Walter Roberson
on 9 Nov 2012
Please use
minfo = mmfileinfo('Testvid_NEW_NEW.avi');
and show us minfo.Video
live to l e a r n MATLAB
on 9 Nov 2012
Walter Roberson
on 9 Nov 2012
Please show us minfo.Video by entering that at the command line. We need to see the contents of the structure.
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!