transcribe_video
Transcribe videos from 1000+ platforms (YouTube, TikTok, etc.) or local files using whisper.cpp. Outputs transcripts in TXT, JSON, and Markdown formats with automatic language detection.
Instructions
Transcribe videos from 1000+ platforms (YouTube, Vimeo, TikTok, Twitter, etc.) or local video files using whisper.cpp (4-10x faster than Python whisper!). Downloads/extracts audio and generates transcript in TXT, JSON, and Markdown formats.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Video URL from any supported platform OR absolute/relative path to a local video file (mp4, avi, mov, mkv, etc.) | |
| model | No | Whisper model to use. Larger models are more accurate but slower. Default: 'base' | |
| language | No | Language code (ISO 639-1: en, es, fr, de, etc.) or 'auto' for automatic detection. Default: 'auto' | |
| output_dir | No | Optional output directory path. Defaults to /root/Downloads/video-transcripts |