Video Metadata API
Read duration, dimensions, codecs and audio tracks from any media URL. Run the preset directly on this page or call the same agent-ready endpoint from your product.
See what the tool changes.
A real example: the after side is the unedited output of a KinoPipe job. Run the live form above to generate the same result from your own media.
Demo footage: public-domain timelapses (Bureau of Land Management, Oregon · NASA SVS). Processed by the same pipeline the API and MCP tools call.
Useful defaults, typed options.
The tool slug stays stable while your agent supplies named media inputs and a narrow set of documented options.
- No FFprobe binary to install
- Rotation-corrected dimensions
- Typed fields an agent can trust
- 01Fetch the source media
- 02Probe streams with FFprobe
- 03Resolve rotation into display size
- 04Return one normalized JSON
POST /api/v1/tools/video-metadataKnow the boundaries before you run.
About video metadata
Which fields are returned?
Container, duration, size, bitrate, the video codec with dimensions resolved for rotation into display width and height, frame rate, aspect ratio, pixel format, and every audio track with codec, channels and sample rate.
How do agents use it?
Over MCP, the get_video_metadata tool returns the same JSON in result.input, so an agent can read the source before choosing a crop, trim or resize.