ToAVI, ToMOV | Cellzilla2D Home |
Description
Saves a list of graphics images as a image files and converts them to a movie with ffmpeg. If ffmpeg is not installed the image files are still saved but the movie is not generate.
Needs["Cellzilla2D`"];
For full functionality ffmpeg and the appropriate codecs installed.
Return Value
Generate .MOV or .AVI files.
ToAVI[pictures]
ToAVI[pictures, title]
ToAVI[pictures, title, size:400]
ToAVI[pictures, title, size:400, framerate:16]
ToMOV[pictures]
ToMOV[pictures, title]
ToMOV[pictures, title, size:400]
ToMOV[pictures, title, size:400, framerate:16]
pictures should be a list of Graphics images.
Default title is "MovieData".
Default size is 400 pixels.
File location is the same as SaveFrames.
Options
Example
Implementation Notes
ToAVI and ToMOV are wrappers for SaveFrames
See Also