From: George on 5 Jul 2010 08:04 Hello, my movie2avi script works, but when I try to change the frames per second by adding the fps option, I get this error message: ??? Error using ==> mrdivide Matrix dimensions must agree. Error in ==> movie2avi at 63 avimov = avifile(filename,varargin{:}); Error in ==> movie_maker at 209 movie2avi(F,'p.avi','compression','Cinepak','fps','32') Anyone have any idea what is going on here?
From: Walter Roberson on 5 Jul 2010 09:21 George wrote: > Hello, my movie2avi script works, but when I try to change the frames > per second by adding the fps option, I get this error message: > > ??? Error using ==> mrdivide > Matrix dimensions must agree. > > Error in ==> movie2avi at 63 > avimov = avifile(filename,varargin{:}); > > Error in ==> movie_maker at 209 > movie2avi(F,'p.avi','compression','Cinepak','fps','32') > > Anyone have any idea what is going on here? Try not quoting the 32 .
|
Pages: 1 Prev: java memory mapped file in MATLAB? Next: if-then statement |