convert_video
Convert video files between different formats using FFmpeg processing capabilities. Specify input and output paths to transform video files for compatibility or optimization.
Instructions
Convert a video file to a different format
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| inputPath | Yes | Path to the input video file | |
| outputPath | Yes | Path for the output video file | |
| options | No | Additional FFmpeg options (optional) |