Info

This question is closed. Reopen it to edit or answer.

i got errors in my code please help me

1 view (last 30 days)
m mahesh
m mahesh on 15 Sep 2013
Closed: MATLAB Answer Bot on 20 Aug 2021
??? Error using ==> aviread at 75 Unable to locate decompressor Indeo5 to decompress video stream. See Mathworks Technical Solution 1-4G50QZ for more info.
Error in ==> segment>pushbutton1_Callback at 87 a=aviread(filename);
Error in ==> gui_mainfcn at 96 feval(varargin{:});
Error in ==> segment at 42 gui_mainfcn(gui_State, varargin{:});
??? Error while evaluating uicontrol Callback

Answers (1)

Walter Roberson
Walter Roberson on 15 Sep 2013
As that technical solution discusses: you either do not have the Indeo5 codec installed, or else you are trying to run MATLAB in 64 bit mode.
The manufacturers of Indeo5 have not created a 64 bit version and have clearly indicated that they oppose the creation of a 64 bit version of Indeo5. If you need to read an Indeo5 video in 64 bit MATLAB then you will need to convert it outside of MATLAB.
Windows 8 (not sure about Windows 7) does not arrive with Indeo5 installed, but you can download the 32 bit Indeo5 codec for those operating systems.

Community Treasure Hunt

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

Start Hunting!