video-social

Export platform-specific video variants from an approved master for social media delivery.

Updated Aug 22, 2026
One-click install
npx skills add https://github.com/JustinChangTW/ai-skills-core --skill video-social-justinchangtw
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: video-social
Source: https://github.com/JustinChangTW/ai-skills-core/tree/main/skills/10-video-media/video-social
Command: npx skills add https://github.com/JustinChangTW/ai-skills-core --skill video-social-justinchangtw

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Adapting one finished video for LINE, YouTube, Shorts, Instagram, Reels, Facebook, and TikTok requires juggling different aspect ratios, durations, codecs, and caption safe areas, and mistakes lead to cropped content or rejected uploads. ## Core Features & Use Cases - Export Matrix Planning: Builds a per-platform matrix covering aspect ratio, frame size, crop strategy, caption position, duration, bitrate, filename, and thumbnail. - Intentional Reframing: Crops, tracks subjects, or adds designed padding so important content is never lost when changing orientation. - Compression & QA: Uses CRF-based H.264/AAC MP4 encoding with yuv420p, verifies outputs with ffprobe, and checks captions, logos, and safe areas. - Use Case: You have an approved 16:9 master video and need a 9:16 LINE version with readable captions, a Shorts version, and a square Facebook post, each with explicit filenames like topic-line-1080x1920.mp4. ## Quick Start Use video-social to export my approved master video into LINE, Shorts, and Instagram Reels versions with correct sizes, captions, and filenames.

Frequently Asked Questions about video-social

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

FAQPage Schema
How do I convert one video into multiple social media formats?▼

Start from the approved master, build an export matrix per platform covering aspect ratio, frame size, crop strategy, captions, and bitrate, then render a small test segment per composition before exporting final variants.

What video format works for LINE, YouTube, and Instagram?▼

H.264 video with AAC audio in an MP4 container using yuv420p pixel format offers broad compatibility across LINE, YouTube, Instagram, Facebook, and TikTok unless a specific target requires otherwise.

How do I keep captions readable when cropping to vertical video?▼

Keep captions and logos inside platform-safe areas, track moving subjects when reframing, and use blurred or designed padding instead of cropping when a crop would remove essential content.

Should I upscale a low-resolution video to match platform sizes?▼

No. Never upscale a low-resolution master solely to match a nominal platform size. Prefer CRF-based H.264 encoding for quality, and inspect text and faces after compression rather than only checking file size.

How do I verify exported social video files before uploading?▼

Check each output's dimensions, codecs, duration, and size with ffprobe, test the opening frame, captions, logo, final frame, and audio, and confirm nothing is hidden by platform controls.