transcribe-video
Installation
SKILL.md
Video Transcription Skill
Generate subtitles and transcripts from $ARGUMENTS (a video or audio file path, optionally followed by a language code like en-US or es-ES) using AWS Transcribe.
Outputs .srt, .vtt, and .txt files next to the source file.
Process
- Verify prerequisites - check
ffmpegandawsCLI are installed and configured - Extract audio from the video as MP3 using ffmpeg
- Create temporary S3 bucket, upload audio
- Run AWS Transcribe job with SRT and VTT subtitle output
- Download results and generate plain text transcript
- Clean up all AWS resources - delete S3 bucket, Transcribe job, and temp files. No recurring costs.