analyze_media
Get media file details like duration, size, codec, and estimated transcription time. Use to plan batch transcription and track progress.
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 |