Video Tools by Utilzy
# Video Tools by Utilzy - Professional Video Processing Made Simple Transform your video processing workflows with the Utilzy Video Tools API. Our comprehensive suite of video manipulation endpoints makes it easy to convert, compress, edit, and optimize videos for any platform. ## Why Choose Utilzy Video Tools API? ### 🚀 Simple & Powerful - Clean REST API with straightforward endpoints -…
Video Tools by Utilzy endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
videoToGif /to-gif |
Convert video to animated GIF. **Parameters:** - start_time: Where to start in the video (in seconds) - duration: How long the GIF should be (in seconds) - fps: Frames per second… |
| POST |
trimVideo /trim |
Trim video file to specified time range. Times are specified in seconds with decimal precision. Example: start_time=5.5, end_time=30.0 extracts from 5.5s to 30s **Limits:** Max… |
| POST |
compressVideo /compress |
Compress video files by reducing bitrate while maintaining quality. **Quality Levels:** - low: Maximum compression, smallest file - medium: Balanced quality and size… |
| POST |
generateThumbnail /thumbnail |
Generate thumbnail image from video at specified timestamp. **Parameters:** - timestamp: Time in seconds to capture the frame - width: Thumbnail width in pixels (height… |
| POST |
extractAudio /extract-audio |
Extract audio track from video file. **Supported Audio Formats:** MP3, WAV, AAC, FLAC, OGG **Limits:** Max 200MB |
| POST |
convertVideo /convert |
Convert video files between different formats with quality control. **Supported Formats:** MP4, AVI, MOV, WebM, MKV, WMV **Limits:** Max 200MB |