Workspace 6.21.5
|
Creates an animation file (.avi) from a sequence of images on disk. Uses FFMPEG to do this, so make sure FFMPEG is installed and on your system PATH environment variable prior to use.
Inputs: | |||
---|---|---|---|
Image file name | QString | The file pattern to read. Supports wildcards (*). | |
Frame rate | int | The number of frames to render per second. | |
Input image sequence frame rate | double | ||
Quality measure | int | Lower quality will result in a smaller file, but worse visual results. | |
Animation file name | QString | ||
Start frame index | int | The index of the first frame to use in the input file sequence (default is 0) |