whisper-transcription

Transcribe audio and video files into text using OpenAI's Whisper model.

145|28|Updated Jan 31, 2026
One-click install
npx skills add https://github.com/guia-matthieu/clawfu-skills --skill whisper-transcription-guia-matthieu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: whisper-transcription
Source: https://github.com/guia-matthieu/clawfu-skills/tree/main/skills/automation/whisper-transcription
Command: npx skills add https://github.com/guia-matthieu/clawfu-skills --skill whisper-transcription-guia-matthieu

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires openai-whisper, torch, ffmpeg-python, click, and includes scripts (resource) components.

What problem does it solve?

This Skill automates the conversion of audio and video files into accurate text transcripts, making spoken content searchable, editable, and repurposable.

Core Features & Use Cases

  • Audio/Video Transcription: Utilizes OpenAI Whisper to transcribe various media formats.
  • Subtitle Generation: Creates SRT/VTT files for video accessibility and SEO.
  • Content Repurposing: Converts podcasts to blog posts, interviews to quotes, etc.
  • Batch Processing: Transcribes multiple files efficiently.

Quick Start

Transcribe the audio file 'meeting.mp3' into a text file named 'meeting_transcript.txt' using the small model.

Frequently Asked Questions about whisper-transcription

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I transcribe audio and video files into text using OpenAI Whisper?

To transcribe audio and video files into text, this Skill uses OpenAI's Whisper model to convert spoken media into accurate text transcripts. You simply provide the media file, and it processes the speech-to-text conversion automatically.

What formats can I export subtitles to for video accessibility?

You can export subtitles to SRT and VTT formats for video accessibility and SEO, alongside TXT, JSON, and TSV outputs. This allows direct integration of transcribed speech into various media players and platforms.

Do I need ffmpeg and torch installed to run Whisper transcription?

Yes, you need ffmpeg-python and torch installed to run Whisper transcription, along with the openai-whisper and click libraries. These dependencies provide the underlying model execution and media file handling capabilities.

Can I transcribe multiple audio files at once?

Yes, you can transcribe multiple audio files at once using the batch processing feature. This allows efficient transcription of multiple media files into text or subtitle formats in a single run.

Does the Whisper speech-to-text model support language translation?

Yes, the Whisper speech-to-text model supports language translation options. It can transcribe spoken audio from various languages and provide translated text outputs in formats like TXT, SRT, VTT, JSON, or TSV.