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

Viral Video Platform Specs

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

Helps with ai & agent building tasks.

About

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

  • viral-video-platform-specs
  • AI & Agent Building
  • AI-coding skill

Viral Video Platform Specs by the numbers

  • 56 all-time installs (skills.sh)
  • +6 installs in the week ending Aug 2, 2026 (Skillselion tracking)
  • Ranked #6,750 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-platform-specs

Add your badge

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

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

What it does

Helps with ai & agent building tasks.

Files

SKILL.mdMarkdownGitHub ↗

Viral Video Platform Specifications

Use this skill to choose export settings for TikTok, YouTube Shorts, Instagram Reels, Facebook Reels, Snapchat Spotlight, Twitter/X, Pinterest, LinkedIn, and mobile-browser playback. This SKILL is a lean orchestrator; detailed platform tables, commands, and recipes are preserved in references/platform-details-and-recipes.md.

Quick Reference

PlatformAspectRecommended resolutionPractical durationMax sizeDefault codec
TikTok9:161080x192021-34s287 MB iOSH.264 + AAC
YouTube Shorts9:161080x192050-59s256 GBH.264 or VP9
Instagram Reels9:161080x19207-30s4 GBH.264 + AAC
Facebook Reels9:161080x192015-30s4 GBH.264 + AAC
Snapchat Spotlight9:161080x1920<=60s300 MBH.264 + AAC
Twitter/X9:16, 16:9, 1:11080x1920<=140s512 MBH.264 + AAC

Universal Social Export Baseline

ffmpeg -i input.mp4 \
  -vf "scale=1080:1920:force_original_aspect_ratio=decrease,pad=1080:1920:(ow-iw)/2:(oh-ih)/2:black,setsar=1,fps=30" \
  -c:v libx264 -preset medium -crf 22 -profile:v high -level 4.1 \
  -c:a aac -b:a 192k -ar 48000 -ac 2 \
  -pix_fmt yuv420p -movflags +faststart \
  output_social.mp4

Adjust loudness, duration, bitrate, and metadata per platform from the reference file.

Core Workflow

1. Verify ffmpeg -version; prefer current stable builds for security and codec fixes. 2. Identify target platform(s) and whether the video is native-app upload or mobile-browser playback. 3. Normalize to vertical 9:16 unless the platform or campaign calls for square/horizontal. 4. Use H.264/AAC for the broadest acceptance. Use VP9 only when intentionally targeting YouTube/WebM. 5. Apply platform loudness targets: TikTok/Reels often around -10 to -12 LUFS; YouTube around -14 LUFS; Facebook around -13 LUFS. 6. Keep -pix_fmt yuv420p and -movflags +faststart for compatibility. 7. Verify output with ffprobe before upload.

Key Gotchas

  • All major social platforms re-encode uploads; high-quality H.264 is usually a better upload source than HEVC/AV1 for social delivery.
  • For web/mobile-browser playback, profile/level, yuv420p, and faststart matter more than platform upload limits.
  • Keep captions and UI out of unsafe top/bottom regions, especially lower 35% on Reels-style interfaces.
  • Two-pass bitrate control is useful when a platform file-size ceiling is strict.

Reference Map

  • references/platform-details-and-recipes.md - Full preserved reference: per-platform spec tables, FFmpeg presets, two-pass examples, multi-platform export script, file-size calculation, codec comparison, mobile-safe playback, color grading, text/caption readability, verification commands, sources.

Related Skills

  • viral-video-animated-captions - CapCut-style caption generation
  • viral-video-hook-templates - Hook patterns and retention tactics
  • ffmpeg-animation-timing-reference - Timing, readability, sync, and platform pacing
  • ffmpeg-command-syntax - Correct option placement

Related skills

This week in AI coding

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

unsubscribe anytime.