cannot read video(avi) file

salam! following type of error comes kindly help me ??? Error using ==> aviread at 76 Unable to locate decompressor to decompress video stream

Réponses (1)

Walter Roberson
Walter Roberson le 26 Oct 2011

0 votes

aviread() will take advantage of whatever decompressors are installed in your system. You do not have the decompressor used by that particular .avi file.
Are you using the 64 bit version of MATLAB? If so then you need the 64 bit version of the decompressors. Those can be difficult or even impossible to obtain. Some of the vendors have said that they will not be supporting 64 bit versions of their decompressors. If this is the issue, you might be able to start MATLAB with the -win32 flag in order to work with that .avi .

3 commentaires

aasma
aasma le 26 Oct 2011
thanks for your response but i m using 32 bits matlab 7.8 version.i donot know wt is the problem my window is vista and also OS 32 bits .kindly help me
aasma
aasma le 26 Oct 2011
i m really tired plz do something for me in this regard wt to do?
aasma
aasma le 26 Oct 2011
i=aviread('123');
??? Error using ==> aviread at 76
Unable to locate decompressor to decompress video stream
complete commmad and error is here

Connectez-vous pour commenter.

Catégories

En savoir plus sur Read, Write, and Modify Image dans Centre d'aide et File Exchange

Question posée :

le 26 Oct 2011

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by