Rotate or flip video
video_rotateRotate a video by 90, 180, or 270 degrees and optionally flip it horizontally or vertically. Saves a new file without altering the original.
Instructions
Rotate and/or flip an existing video and render a new output file. Supports right-angle rotations plus horizontal and vertical flips; the input video is not modified.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input_path | Yes | Absolute path to an existing local video file. The input file is read only. | |
| angle | No | Clockwise rotation angle in degrees. Supported values are 0, 90, 180, and 270. | |
| flip_horizontal | No | Mirror the video horizontally after rotation when true. | |
| flip_vertical | No | Mirror the video vertically after rotation when true. | |
| output_path | No | Destination video path. Auto-generated when omitted; an existing supplied path may be overwritten. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||