Documentation Index
Fetch the complete documentation index at: https://autorender.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Convert a segment of your video into a high-quality GIF. You can control the output dimensions and exactly which part of the video is converted using start time and duration parameters.GIF Parameter - (f_gif)
To trigger GIF conversion, simply add thef_gif parameter to your URL.
| f_gif | GIF | Converts the output format to GIF |
| so_ | Start | Optional: Start offset in seconds (e.g., so_5) |
| eo_ | End | Optional: End offset in seconds (e.g., eo_10) |
| d_ | Dur | Optional: Duration in seconds (e.g., d_10) |
- Full Video to GIF
- Trim by duration (so_5, d_10)
- Trim by end offset (so_5, eo_10)
Best Practices
- Keep it Short: GIFs can grow very large in file size. Use
d_(duration) to capture only the essential action. - Resize: Always specify a width (
w_) for GIFs to ensure they load quickly on web pages. - Static Previews: Use GIFs for silent previews in lists or cards where full video controls are not needed.