# Video Rotation Tool Rotate MP4 videos. ## Usage 1. Place MP4 files in todo folders: - `rotate-todo/cw-90/` - `rotate-todo/cw-180/` - `rotate-todo/cw-270/` 2. Run script: ``` uv run python rotate-videos.py ``` 3. Find rotated videos in `rotate-done/` ## Folder Structure The tool preserves folder hierarchy: ``` rotate-todo/ ├── cw-90/ │ ├── video1.mp4 │ └── UNESCO/ │ └── video2.mp4 └── cw-270/ └── UNESCO/ └── video3.mp4 ``` ↓ ``` rotate-done/ ├── video1.mp4 └── UNESCO/ ├── video2.mp4 └── video3.mp4 ``` Videos from the same subfolder (e.g., UNESCO) across different rotation angles will be collected in the same output folder.