video-subtitles

Generate SRT subtitles from audio or video using ivrit.ai and Whisper.

Updated Mar 11, 2026
One-click install
npx skills add https://github.com/ISAQQSAI/SkillAttack --skill video-subtitles-isaqqsai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: video-subtitles
Source: https://github.com/ISAQQSAI/SkillAttack/tree/main/data/hot100skills/056_ngutman_video-subtitles
Command: npx skills add https://github.com/ISAQQSAI/SkillAttack --skill video-subtitles-isaqqsai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires faster-whisper>=1.0, and includes scripts (resource) components.

What problem does it solve?

Generating accurate subtitles for video and audio content is time-consuming, and needs reliable transcription, translation, and embedding options to reach wider audiences.

Core Features & Use Cases

  • Transcribes Hebrew using ivrit.ai and English using Whisper to produce accurate subtitles
  • Translates between Hebrew and English and can burn subtitles directly into video for hard-coded captions
  • Suitable for creating captions, transcripts, or social-media-ready videos

Quick Start

Transcribe a video or audio file to generate SRT subtitles, with optional translation and burn-in.

Frequently Asked Questions about video-subtitles

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
Can I transcribe Hebrew audio and translate it to English subtitles?

Yes, transcribe Hebrew audio to English subtitles using ivrit.ai for Hebrew speech recognition, then apply the translation feature to produce translated SRT files for localization workflows.

How do I burn subtitles directly into a video using FFmpeg?

Burn subtitles directly into a video via FFmpeg, which hard-codes the generated SRT text into the video stream to produce a single output file with permanently visible captions for social media.

Does faster-whisper work well for English video transcription?

Faster-whisper handles English video transcription by processing audio tracks to generate accurate text timestamps, serving as the core dependency for producing English SRT subtitle files from multimedia sources.

What is the best way to add hard-coded captions to social media videos?

The best way to add hard-coded captions is generating an SRT file from the source audio, then using the FFmpeg burn-in feature to embed the text permanently into the video frame for social media accessibility.

Do I need FFmpeg to embed subtitles into a video file?

You need FFmpeg to embed subtitles into a video file because it handles the burn-in process that hard-codes SRT text directly into the video stream, a required step for creating hard-coded captioned outputs.