transcribe_video
Transcribe local video files offline using CrispASR. Extracts audio with ffmpeg and outputs text, SRT, VTT, or JSON for English and Chinese.
Instructions
Transcribe a local video file through a CrispASR server.
Extracts audio with ffmpeg before sending to CrispASR. Supports the same options as transcribe_audio.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | No | ||
| out_dir | No | outputs | |
| profile | No | auto | |
| file_path | Yes | ||
| lid_model | No | ||
| models_dir | No | models | |
| server_url | No | ||
| keep_server | No | ||
| lid_backend | No | firered | |
| chinese_model | No | ||
| english_model | No | ||
| manage_server | No | ||
| response_format | No | verbose_json | |
| allow_model_auto_download | No |