What is embed-subtitles?
Burn subtitles onto videos using FFmpeg. Use for: hardcode subtitles, embed captions, video subtitling. Source: aviz85/claude-skills-library.
Burn subtitles onto videos using FFmpeg. Use for: hardcode subtitles, embed captions, video subtitling.
Quickly install embed-subtitles AI skill to your development environment via command line
Source: aviz85/claude-skills-library.
No SRT file? Use the transcribe skill first to generate subtitles from audio/video.
Need translation? After transcribing, read the SRT, translate each entry preserving timestamps, write new SRT file. No API needed.
| --input | -i | (required) | Input video file | | --subtitles | -s | (required) | SRT subtitle file | | --output | -o | (required) | Output video file | | --font-size | | 20 | Font size in pixels | | --font-name | | Arial | Font family name | | --position | | bottom | Subtitle position: top, center, bottom | | --margin | | 25 | Margin from edge in pixels |
Burn subtitles onto videos using FFmpeg. Use for: hardcode subtitles, embed captions, video subtitling. Source: aviz85/claude-skills-library.
Stable fields and commands for AI/search citations.
npx skills add https://github.com/aviz85/claude-skills-library --skill embed-subtitlesBurn subtitles onto videos using FFmpeg. Use for: hardcode subtitles, embed captions, video subtitling. Source: aviz85/claude-skills-library.
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/aviz85/claude-skills-library --skill embed-subtitles Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw
https://github.com/aviz85/claude-skills-library