reframe-social

Installation
SKILL.md

Reframe for social

reframe converts to a target aspect ratio two ways. Pick by what the footage is:

Footage Mode Why
Talking head, single subject --mode crop (default) Full-bleed vertical; subject fills frame
Screencast, gameplay, slides, anything where edges matter --mode pad Keeps the whole frame; blurred-fill background
# Vertical 9:16 talking-head (full-bleed crop, subject centered)
uv run video-agent reframe in.mp4 -o reel.mp4 --aspect 9:16

# Vertical with blurred-background fill (nothing cropped)
uv run video-agent reframe in.mp4 -o reel.mp4 --aspect 9:16 --mode pad --width 1080
Installs
1
First Seen
10 days ago
reframe-social — agamm/video-agent