transcription
by @djismgaming
Transcribe audio and video files using OpenAI Whisper API. Use when user wants to transcribe audio/video files, extract speech from media, or get text from r...
clawhub install transcriptionπ About This Skill
name: transcription description: Transcribe audio and video files using OpenAI Whisper API. Use when user wants to transcribe audio/video files, extract speech from media, or get text from recordings. Automatically handles audio extraction from video files.
Transcription Skill
This skill provides transcription capabilities for audio and video files using the OpenAI Whisper API endpoint.
Quick Start
Send me an audio or video file and I'll transcribe it automatically! Just attach the file to your message.
Manual Usage
You can also run the script directly from the command line:
cd /home/openclaw/.openclaw/workspace/skills/transcription/scripts
python3 transcribe_audio.py inputfile.ogg
For video files:
python3 transcribe_audio.py video.mp4
Supported Formats
Audio: mp3, wav, mp4, mpeg, mpga, m4a, ogg, webm, flac, aac, wma
Video: mp4, mov, avi, mkv, webm (audio extracted automatically)
Usage Examples
How to use the python scripts for transcription:
python3 transcribe_audio.py inputfile.ogg
Features
Technical Details
http://192.168.0.11:8080/v1 (local Whisper endpoint)Notes
Scripts: scripts/transcribe_audio.py, scripts/transcribe_simple.py
References: references/transcription_guide.md
π‘ Examples
Send me an audio or video file and I'll transcribe it automatically! Just attach the file to your message.
Manual Usage
You can also run the script directly from the command line:
cd /home/openclaw/.openclaw/workspace/skills/transcription/scripts
python3 transcribe_audio.py inputfile.ogg
For video files:
python3 transcribe_audio.py video.mp4
π Tips & Best Practices
Scripts: scripts/transcribe_audio.py, scripts/transcribe_simple.py
References: references/transcription_guide.md