Probe local video
video_probeInspect a local media file to extract normalized metadata, using an absolute path within allowed read roots.
Instructions
Inspect a local media file with ffprobe and return normalised metadata. The path must be absolute and inside an allowed read root.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Absolute path to a local media file |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| streams | Yes | ||
| cache_hit | Yes | ||
| container | Yes | ||
| duration_ms | Yes | ||
| input_sha256 | Yes | ||
| schema_version | Yes | ||
| ffprobe_version | Yes |