convert_video_to_gif
Transform video files into GIF animations with customizable settings such as FPS, dimensions, start time, and duration for tailored media output.
Instructions
Convert a video file to a GIF file in the same directory
Input Schema
Name | Required | Description | Default |
---|---|---|---|
duration | No | Duration in seconds (default: entire video) | |
fps | No | Frames per second for the GIF (default: 10) | |
height | No | Height of the output GIF (maintains aspect ratio if width not specified) | |
start_time | No | Start time in seconds (default: 0) | |
video_path | Yes | Path to the video file to convert | |
width | No | Width of the output GIF (maintains aspect ratio if height not specified) |