imageFigureMovie

by Tim C. Lueth, SG-Lib Toolbox: SolidGeometry 5.6 - Video/Audio/PDF
Introduced first in SolidGeometry 3.3, Creation date: 2017-01-06, Last change: 2025-09-14

Creates a cell list of frames to write a movie later

Description

Parameter is figure handle or:
'start', 'record': resets the image counter
'end'; returns the image cell list as movie
'save'; writes the movie on disk

To record an video start with: imageFigureMovie('record');
To add an video image frame use: imageFigureMovie(gcf);
To save the movie use: imageFigureMovie('end','new_video.avi');


See Also: imageFigureMovie , imageVideoFrames , imageVideoTitle , imageVideoTextPage , imageVideoEndtitle , imageVideoWrite , videoCopyFrames , videoCopyCutMovies , videoWriteClipMovie

Example Illustration

 missing image of imageFigureMovie(figh,FName)

Syntax

movie=imageFigureMovie([figh,FName])

Input Parameter

figh: 'start', 'end', or gcf or figure handle
FName: Optinal filename for command 'save'

Output Parameter

movie: [] or movie if figh=='end;

Examples


imageFigMovieRecord('start'); for i=1:10; imageFigMovieRecord; end; I=imageFigMovieRecord('end')




Copyright 2017-2025 Tim C. Lueth. All rights reserved. The code is the property of Tim C. Lueth and may not be redistributed or modified without explicit written permission. This software may be used free of charge for academic research and teaching purposes only. Commercial use, redistribution, modification, or reverse engineering is strictly prohibited. Access to source code is restricted and granted only under specific agreements. For licensing inquiries or commercial use, please contact: Tim C. Lueth

Last html export of this page out of FM database by TL: 2025-09-21