🎯

add-subtitles

🎯Skill

from majiayu000/claude-skill-registry

VibeIndex|
What it does

Embeds SRT subtitles into a video file, converting it to MP4 format with embedded subtitles.

πŸ“¦

Part of

majiayu000/claude-skill-registry(94 items)

add-subtitles

Installation

GoRun with Go
go install github.com/majiayu000/caude-skill-manager@latest
git cloneClone repository
git clone https://github.com/majiayu000/claude-skill-registry.git
πŸ“– Extracted from docs: majiayu000/claude-skill-registry
1Installs
-
AddedFeb 4, 2026

Skill Details

SKILL.md

Adds SRT formatted subtitles to a video file when you want a video to have subtitles.

Overview

# Add Subtitles

Instructions

This assumes you have created subtitles or have downloaded subtitles in SRT format. If you don't have subtitles then you can use the transcribe-srt skill to create SRT formatted subtitles.

Once you have subtitles, you can call ffmpeg -n -i "{INPUT FILE}.webm" -i "{INPUT FILE}.srt" -s 720x480 -c:s mov_text "{INPUT FILE}.mp4". This will output the "{INPUT FILE}.mp4" file with the "{INPUT FILE}.srt" subtitles.

Typically the video files will be stored in ~/Videos.

Examples

```

Can you please add the subtitles ~/Videos/my_video.srt to ~/Videos/my_video.webm?

```

Then you would call ffmpeg -n -i "~/Videos/my_video.webm" -i "~/Videos/my_video.srt" -s 720x480 -c:s mov_text "~/Videos/my_video.mp4".

More from this repository10

🎯
lead-research-assistant🎯Skill

Identifies and prioritizes high-quality business leads by analyzing your product, searching target companies, and crafting personalized outreach strategies.

🎯
planning🎯Skill

Designs comprehensive technical implementation plans by analyzing requirements, evaluating approaches, and creating detailed roadmaps for system architecture and feature development.

🎯
prompt-architect🎯Skill

Analyzes and optimizes AI prompts using evidence-based techniques to consistently generate high-quality, precise responses across language models.

🎯
claude-ecosystem🎯Skill

Manages and tracks Claude-related skills, repositories, and tools, providing a centralized index and discovery mechanism for the Claude AI development ecosystem.

🎯
execute🎯Skill

Executes shell commands or code snippets safely within a controlled environment, providing a standardized way to run system-level operations through Claude.

🎯
brand-guidelines🎯Skill

Helps companies or designers generate and validate consistent brand identity guidelines by analyzing visual and textual elements across marketing materials.

🎯
frontend-design🎯Skill

Generates professional frontend design layouts and wireframes using AI-powered design recommendations and responsive component suggestions.

🎯
ab-testing-infrastructure🎯Skill

Enables automated setup, configuration, and management of A/B testing infrastructure for software development and product experimentation.

🎯
algorithmic-art🎯Skill

Generates unique digital art by applying algorithmic techniques and mathematical transformations to create procedurally generated visual compositions.

🎯
webapp-testing🎯Skill

Automates comprehensive web application testing by generating test cases, executing test scenarios, and reporting potential functional and security vulnerabilities.