Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
josiahsiegel avatar

Viral Video Animated Captions

  • 64 installs
  • 50 repo stars
  • Updated June 18, 2026
  • josiahsiegel/claude-plugin-marketplace

Helps with ai & agent building tasks.

About

viral-video-animated-captions is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted development.

  • viral-video-animated-captions
  • AI & Agent Building
  • AI-coding skill

Viral Video Animated Captions by the numbers

  • 64 all-time installs (skills.sh)
  • +4 installs in the week ending Aug 2, 2026 (Skillselion tracking)
  • Ranked #6,110 of 16,546 AI & Agent Building skills by installs in the Skillselion catalog
  • Data as of Aug 3, 2026 (Skillselion catalog sync)
npx skills add https://github.com/josiahsiegel/claude-plugin-marketplace --skill viral-video-animated-captions

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs64
repo stars50
Last updatedJune 18, 2026
Repositoryjosiahsiegel/claude-plugin-marketplace

What it does

Helps with ai & agent building tasks.

Files

SKILL.mdMarkdownGitHub ↗

CapCut-Style Animated Captions

Use this skill to create burned-in social captions with word-level timing, pop/bounce/scale animations, karaoke highlighting, and platform-appropriate caption styles. This SKILL is a lean orchestrator; detailed ASS styles, scripts, formulas, and presets are preserved in references/caption-styles-and-generation.md.

When to Use

  • Word-by-word or phrase-by-phrase social captions
  • CapCut-style pop, bounce, sweep, karaoke, and typewriter captions
  • Whisper transcript to animated ASS conversion
  • TikTok, YouTube Shorts, Instagram Reels, and Facebook Reels caption styling
  • Caption readability, safe zones, accessibility, and mobile typography

Caption Workflow

1. Generate transcript with word-level timestamps using Whisper or another ASR tool. 2. Convert word timings into ASS events and styles. 3. Use ASS timing units correctly: karaoke tags use centiseconds; animation tags use milliseconds. 4. Burn ASS into the video with FFmpeg. 5. Verify readability, safe-zone placement, audio sync, and final platform specs.

Minimal Burn-In Command

ffmpeg -i input.mp4 \
  -vf "ass=captions.ass" \
  -c:v libx264 -preset fast -crf 23 \
  -c:a copy \
  output_captioned.mp4

If audio copy fails because the output container cannot accept the source audio, re-encode audio with -c:a aac -b:a 128k.

Quick Style Selection

StyleEffectBest for
Word PopEach word scales in with overshootHigh-energy hooks, gaming, comedy
Highlight SweepFull phrase visible, words highlight in sequenceEducational and professional explainers
Karaoke FillProgressive fill across wordsMusic, voiceover, lyric-style captions
TypewriterCharacters appear progressivelyDramatic storytelling
Bounce InWords move/scale from belowShorts/Reels emphasis beats

Timing and Readability Rules

  • Word-level animations usually need 80-250ms appear time and 200-600ms dwell, depending on platform.
  • Keep 3-6 words on screen for vertical social video.
  • Use large sans-serif fonts, high contrast, and a thick outline.
  • Avoid excessive shake/flash; keep accessibility and readability ahead of novelty.
  • Keep captions inside mobile safe zones; avoid the lower UI-heavy region.

Reference Map

  • references/caption-styles-and-generation.md - Full preserved reference: Whisper timestamp commands, ASS structure, WordPop/Sweep/Karaoke/Typewriter/Bounce examples, Python JSON-to-ASS script, bash pipeline, burn commands, style presets, color schemes, emoji integration, platform guidelines, troubleshooting, spring/easing/shake/pulse formulas, accessibility guidance, sources.

Related Skills

  • ffmpeg-captions-subtitles - Subtitle fundamentals and burn-in
  • ffmpeg-karaoke-animated-text - ASS karaoke and animated text patterns
  • ffmpeg-animation-timing-reference - Timing units, easing, readability, sync
  • viral-video-platform-specs - Export specs and safe zones
  • viral-video-hook-templates - Hook and retention strategy

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.