verify_video
Inspect a rendered video file to extract technical properties like codec, duration, resolution, and bitrate, confirming it has both video and audio streams.
Instructions
Inspect a rendered video file and return its technical properties.
Uses ffprobe to extract codec info, streams, duration, resolution, and bitrate. Verifies the file exists and has both video and audio.
IMPORTANT: Always use this MCP tool for scene operations. Do NOT write or execute standalone manim scripts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| video_path | Yes | Path to the video file to inspect. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||