Size limit on 'file' argument of implay(file)?
Show older comments
Hey all,
So I have Matlab 7.7.0 R2008b and one of my recent projects is to make an animation for a bunch of figures that I generate. I use avifile and addframe in a for loop to make a .avi file and update it constantly to have each frame represent the newly updated figures that appear. The loop goes from 1:5512, so quite a few figures are generated.
I do all this because I want to use the play/pause features of the implay() function. The generated .avi file is 31,637KB, or 30.8MB.
BUT when I eventually call implay('vid2.avi'), it gives an error. "Details of error: Initialization failed. (Ran out of memory)".
I am assuming this is because the file I'm trying to play is too large? Is there a size limit on the implay function? Could this be fixed if I maybe had the newest version of Matlab? Thanks in advance.
NathanF
Accepted Answer
More Answers (0)
Categories
Find more on Animation in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!