From: Philip Mewes on
Dear all,

We have some problem putting image files together to an avi video file using avifile / addframe. Without using any compression everything works fine up to a certain file size (~4 Gig), but I would like to you a compression specifying the FourCC code. Unfortunately either the recommended codecs (Indeo, cinepak) either additional codecs DivX, etc, that I installed are working out. I got following error message:


??? Error using ==> avi
Can not locate compressor.

Error in ==> avifile.addframe at 188
avi('addframe',rot90(frame,-1), aviobj.Bitmapheader, ...

Error in ==> videowriterdivx at 27
mov = addframe(mov,frame_t(1:480,2:949,:));

The same codecs works fine on a 32bit system, so I guess that this error is somehow related to the fact, that we are running the code on a 64bit machine.

Can somebody help?

Thanks in advance

Best,

Philip
From: Steven Lord on

"Philip Mewes" <philip.mewes(a)siemens.com> wrote in message
news:hm8dsi$h3h$1(a)fred.mathworks.com...
> Dear all,
>
> We have some problem putting image files together to an avi video file
> using avifile / addframe. Without using any compression everything works
> fine up to a certain file size (~4 Gig), but I would like to you a
> compression specifying the FourCC code. Unfortunately either the
> recommended codecs (Indeo, cinepak) either additional codecs DivX, etc,
> that I installed are working out. I got following error message:
>
>
> ??? Error using ==> avi
> Can not locate compressor.
>
> Error in ==> avifile.addframe at 188
> avi('addframe',rot90(frame,-1), aviobj.Bitmapheader, ...
>
> Error in ==> videowriterdivx at 27
> mov = addframe(mov,frame_t(1:480,2:949,:));
>
> The same codecs works fine on a 32bit system, so I guess that this error
> is somehow related to the fact, that we are running the code on a 64bit
> machine.
>
> Can somebody help?

http://www.mathworks.com/support/solutions/en/data/1-8U8CTP/?solution=1-8U8CTP

--
Steve Lord
slord(a)mathworks.com
comp.soft-sys.matlab (CSSM) FAQ: http://matlabwiki.mathworks.com/MATLAB_FAQ


From: Philip Mewes on
Thanks for the hint.
I'll try.
BTW: The problem seems to constit in 2009b

Best

Philip