What problem does it solve? Converting speech from audio and video files into accurate text is time-consuming when done manually, especially across multiple languages. This Skill automates speech-to-text transcription, translation to English, and language identification using OpenAI's Whisper model. ## Core Features & Use Cases - Multilingual Transcription: Transcribe audio in 99 languages with six model sizes (tiny to large/turbo) to balance speed and accuracy. - Translation & Language Detection: Translate any supported language's audio into English and automatically detect the spoken language. - Flexible Output Formats: Generate plain text, SRT/VTT subtitles, or JSON with word-level timestamps via Python API or command line. - Use Case: Imagine you recorded a one-hour podcast interview in Spanish. Use this Skill to transcribe it with timestamps, generate English subtitles in SRT format, and produce a translated transcript for show notes. ## Quick Start Transcribe the attached audio file 'interview.mp3' into text with timestamps using the turbo model.