How to decompress videos for matlab input video
Afficher commentaires plus anciens
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 commentaires
per isakson
le 9 Nov 2012
R2012a doc says:
Note: aviread will be removed in a future release. Use VideoReader instead
Walter Roberson
le 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
le 9 Nov 2012
Please use
minfo = mmfileinfo('Testvid_NEW_NEW.avi');
and show us minfo.Video
live to l e a r n MATLAB
le 9 Nov 2012
Walter Roberson
le 9 Nov 2012
Please show us minfo.Video by entering that at the command line. We need to see the contents of the structure.
Réponses (0)
Catégories
En savoir plus sur Audio and Video Data dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!