Community skill for video subtitle generation. Uses Bash for script execution and ffmpeg. Downloads large ML models on first run. Processes local media files. No environment variable access or data exfiltration patterns detected.
Generating subtitles for video content is time-consuming, especially for Hebrew content where most transcription tools fall short. Creators, educators, and businesses need to make their video content accessible with accurate captions, but manual transcription is slow and expensive, and generic tools struggle with Hebrew.
Author: @ngutman
Generate SRT subtitles from video or audio files with Hebrew and English transcription support. Use when you need to create captions, transcripts, or hardcoded subtitles for social media and WhatsApp. Supports automatic language detection, translation between Hebrew and English, and burning subtitles directly into video files.
npx skills-il add openclaw/skills/ngutman/video-subtitlesGenerate movie-style subtitles from video or audio files. Supports transcription, translation, and burning subtitles directly into video.
# Plain transcript
./scripts/generate_srt.py video.mp4
# Generate SRT file
./scripts/generate_srt.py video.mp4 --srt
# Burn subtitles into video (always visible)
./scripts/generate_srt.py video.mp4 --srt --burn
# Translate to English + burn in
./scripts/generate_srt.py video.mp4 --srt --burn --translate en
# Force language
./scripts/generate_srt.py video.mp4 --lang he # Hebrew
./scripts/generate_srt.py video.mp4 --lang en # English| Flag | Description |
|---|---|
--srt |
Generate SRT subtitle file |
--burn |
Burn subtitles into video (hardcoded, always visible) |
--embed |
Embed soft subtitles (toggle in player) |
--translate en |
Translate to English |
--lang he/en |
Force input language |
-o FILE |
Custom output path |
--srt: Creates video.srt alongside input--burn: Creates video_subtitled.mp4 with hardcoded subsbrew install ffmpeg-full)I have a Hebrew lecture recording at lecture.mp4. Generate an SRT subtitle file for it.
Take this video clip and burn Hebrew subtitles directly into it so they are always visible, even on WhatsApp.
I have a Hebrew interview video. Transcribe it, translate the subtitles to English, and burn them into the video.
I need a plain text transcript of this audio recording. Just output the text, no SRT formatting needed.
Supported Agents
Trust Score
Access Shabbat candle lighting times, Havdalah times, Jewish holidays, and Hebrew date conversion via the Hebcal API. Use when building apps that need Jewish calendar data for any location worldwide.
Hebrew nikud (vowel points) reference for AI agents. Correct nikud rules for verb conjugations (binyanim), dagesh, gender suffixes, homographs, and common mistakes. Use before adding nikud to Hebrew text, especially for TTS.
Generate professional Hebrew documents including PDF, DOCX, and PPTX with full RTL support and proper Hebrew typography. Use when user asks to create Hebrew PDF, generate Israeli business documents, "lehafik heshbonit", "litstor hozeh", build Hebrew Word document, create Hebrew PowerPoint, or produce Israeli templates such as Heshbonit Mas (tax invoice), Hozeh (contract), Hatza'at Mechir (proposal), or Protokol (meeting minutes). Covers reportlab, WeasyPrint, python-docx, and pptxgenjs with bidi paragraph support. Do NOT use for OCR or reading existing documents (use hebrew-ocr-forms instead).
Want to build your own skill? Try the Skill Creator · Submit a Skill