verify_edit
Validate a rendered video against expected duration and resolution, returning pass/fail and differences.
Instructions
Compare an output file against an expected edit plan (duration, resolution). Returns pass/fail + diffs.
This is the deterministic verification bridge: agents can assert plan vs probe results. expected_clip_count is recorded for plan bookkeeping (single rendered file cannot recover clip count).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| output_path | Yes | ||
| max_duration | No | ||
| min_duration | No | ||
| allow_any_path | No | ||
| expected_width | No | ||
| expected_height | No | ||
| expected_duration | No | ||
| duration_tolerance | No | ||
| expected_clip_count | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||