analyze_media
Analyze media files using FFprobe to get duration, codec, and estimated transcription time on CPU and GPU. Use this data to plan batch work and check transcription status.
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 |