video_rotate
Rotate or flip videos by specifying angle (0, 90, 180, 270 degrees) and mirror options. Fix orientation issues in video files with customizable output.
Instructions
Rotate and/or flip a video.
Args: input_path: Absolute path to the input video. angle: Rotation angle (0, 90, 180, 270 degrees). flip_horizontal: Mirror the video horizontally. flip_vertical: Mirror the video vertically. output_path: Where to save the output. Auto-generated if omitted.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input_path | Yes | ||
| angle | No | ||
| flip_horizontal | No | ||
| flip_vertical | No | ||
| output_path | No |