analyze_media
Analyze media files to return duration, size, codec, and estimated transcription time for CPU and GPU. Use it to plan batch transcription work and check what's already transcribed.
Instructions
Analyze one or more media files using FFprobe before transcribing. For a single file: returns duration, size, codec, and estimated transcription time on CPU and GPU. For a folder: scans all supported media files and returns a sorted table with the same info for each. Use this to plan batch work, estimate how long transcription will take, or check what's already been transcribed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Absolute Windows path to a single file or a folder. | |
| sort_by | No | For folder scans: sort order. Defaults to duration (shortest first). | duration |