Frame Generation
video-generate
Only accepts the value gif
. Used to convert the video to a GIF.
You can control modify the output frames with the clip
parameters.
Additionally, the output GIF can be transformed with any existing Image Rendering API parameters. For example, you can use auto=compress,format
to use the best compression and format for the GIF, or the the fit
parameter to control how the GIF is resized.
The maximum output size of the GIF is capped at 640x640
pixels, and will be resized to fit within that size when exceeded.