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)Supported Agents
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.
Trust Score
Process and extract data from scanned Israeli government forms using OCR. Supports Tabu (land registry), Tax Authority forms, Bituach Leumi documents, and other official Israeli paperwork. Use when user asks to OCR Hebrew documents, extract data from Israeli forms, "lesarek tofes", parse Tabu extract, read scanned tax form, or process Israeli government documents. Includes Hebrew OCR configuration, field extraction patterns, and RTL text handling. Do NOT use for handwritten Hebrew recognition (requires specialized models) or non-Israeli form processing.
Write and edit professional content in Hebrew including marketing copy, UX text, articles, emails, and social media posts. Use when user asks to write in Hebrew, "ktov b'ivrit", create Hebrew marketing content, edit Hebrew text, write Hebrew UX copy, or optimize Hebrew content for SEO. Covers grammar rules, formal vs informal register, gendered language handling, and Hebrew SEO best practices. Do NOT use for Hebrew NLP/ML tasks (use hebrew-nlp-toolkit) or translation (use a translation skill).
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