transcribe
Transcribe
Generate SRT subtitle files + readable text from audio/video using ElevenLabs Scribe v2.
Quick Start
cd .claude/skills/transcribe/scripts
# Basic transcription (generates both SRT + readable .md)
npx ts-node transcribe.ts -i /path/to/video.mp4 -o /path/to/output.srt
# Specify language
npx ts-node transcribe.ts -i /path/to/video.mp4 -o /path/to/output.srt -l he
# Only readable text (skip SRT)
npx ts-node transcribe.ts -i /path/to/meeting.m4a -o /path/to/output.srt --no-srt
# Shorter timestamp intervals (every 2 minutes)
More from aviz85/ai-music-video-maker
image-generation
Generate images with Gemini (default) or fal.ai FLUX.2 klein 4B (--cheap for fast/low-cost). Use for: create image, generate visual, AI image generation, poster.
2lyrics-overlay
Beautiful animated lyrics overlay for videos using Remotion. Use for: lyrics, captions, subtitles, karaoke, song text overlay.
2video-common
Shared Remotion video utilities and patterns. Referenced by other video skills - not invoked directly.
2remotion-render
Render Remotion video compositions to MP4/WebM. Use for: rendering videos, exporting compositions, batch renders, previewing.
2audio-to-video
Generate video from audio + image using fal.ai LTX-2.3. Use for: talking head, lip sync, audio-driven video.
2music-video
Create multi-camera AI music videos from audio. Use for: music video, concert video, multi-angle video, AI video clip.
2