From: Philip Mewes on 26 Feb 2010 07:13 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 26 Feb 2010 10:14 "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 2 Mar 2010 09:02 Thanks for the hint. I'll try. BTW: The problem seems to constit in 2009b Best Philip
|
Pages: 1 Prev: Data Dictionary Next: 167650 Answers to your Computer question! 05 |