transcribe_video
Transcribe videos from popular platforms using existing captions or local Whisper audio transcription when captions are unavailable.
Instructions
One-call video → transcript. method: "auto" (default) grabs the platform's captions first and falls back to Whisper only when none exist; "captions" uses captions only; "whisper" downloads the audio (quality: best/high/standard/low) and transcribes locally. keep_audio=true retains the downloaded audio file in the downloads dir; otherwise it is deleted after transcription.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| method | No | auto | |
| quality | No | best | |
| language | No | ||
| want_vtt | No | ||
| keep_audio | No | ||
| prefer_auto | No | ||
| return_segments | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |