video-subtitles
$
npx mdskill add aAAaqwq/AGI-Super-Team/video-subtitlesTranscribe, translate, and burn subtitles into video instantly.
- Creates captions for social media and WhatsApp content.
- Uses ivrit.ai for Hebrew and Whisper for English transcription.
- Auto-detects language or accepts explicit language flags.
- Outputs SRT files or hardcodes text directly into video.
SKILL.md
.github/skills/video-subtitlesView on GitHub ↗
--- name: video-subtitles description: Generate SRT subtitles from video/audio with translation support. Transcribes Hebrew (ivrit.ai) and English (whisper), translates between languages, burns subtitles into video. Use for creating captions, transcripts, or hardcoded subtitles for WhatsApp/social media. --- # Video Subtitles Generate movie-style subtitles from video or audio files. Supports transcription, translation, and burning subtitles directly into video. ## Features - **Hebrew**: ivrit.ai fine-tuned model (best Hebrew transcription) - **English**: OpenAI Whisper large-v3 - **Auto-detect**: Automatically detects language and selects best model - **Translation**: Translate Hebrew → English - **Burn-in**: Hardcode subtitles into video (visible everywhere, including WhatsApp) - **Movie-style**: Natural subtitle breaks (42 chars/line, 1-7s duration) ## Quick Start ```bash # 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 ``` ## Options | 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 | ## Output - **Default**: Plain text transcript to stdout - **With `--srt`**: Creates `video.srt` alongside input - **With `--burn`**: Creates `video_subtitled.mp4` with hardcoded subs ## Requirements - **uv**: Python package manager (auto-installs dependencies) - **ffmpeg-full**: For burning subtitles (`brew install ffmpeg-full`) - **Models**: ~3GB each, auto-downloaded on first use ## Subtitle Style - Font size 12, white text with black outline - Bottom-aligned, movie-style positioning - Max 42 chars/line, 2 lines max - Natural breaks at punctuation and pauses
More from aAAaqwq/AGI-Super-Team
- a-fund-monitor监控 A 股基金实时估值与盘后净值,自动判断交易日并生成提醒或分析。
- account-executive>
- add-leadAdd company/person/relationship to CRM
- adsComprehensive ad account analysis across all major platforms (Google, Meta
- ads-agentAI-агент для управления Facebook рекламой. Вызывай для анализа, оптимизации, создания кампаний и отчётов.
- afrexai-compliance-auditRun internal compliance audits against major governance and security
- afrexai-personal-financeComplete personal finance system — budgeting, debt payoff, investing, tax optimization, net worth tracking, and financial independence planning. Use when managing money, building wealth, paying off debt, planning retirement, or optimizing taxes. Zero dependencies.
- after-salesUse when managing post-purchase experience, building customer loyalty, or increasing repeat purchases
- agent-contactsAI agent contacts — add, list, remove MCP contacts. Use when someone gives an agent URL, or when you need to view/remove contacts.
- agent-model-switcher批量查看和切换子 agent 的模型配置,用于统一调整多 agent 的 provider/model 设置。