|
On Aug 14, 1:17 pm, "Godzilla " <godzi...@tokyo.edu> wrote:
> Is there a way to include blank frames in a movie?
>
> Let's say I make a movie showing three different processes, A, B, C. I have no problem generating the movie for each process but now I want to put in a blank screen to separate each process instead of just rapidly changing from A to B to C.
>
> In other words: A movie, some blank screen time, B movie, more blank screen, then C movie,
>
> Can I do this in Matlab or do I need to make AVI files and manipulate them?
-------------------------------------------------------
Godzilla:
You don't need avi files for all of them - they can stay as variables
in your program, but you do need to make a movie with frames of zeros
in between A, B, and C. See the FAQ:
http://matlab.wikia.com/wiki/FAQ#How_can_I_create_a_movie_from_my_MATLAB_figures.3F
|