SNS Video Resizer
One-click resize for TikTok / YouTube Shorts / Reels / X / YouTube. Choose between crop and letterbox.
What this tool does
- Built-in SNS aspect presets
- Crop or letterbox modes
- Live crop preview
- Local processing
How to use
- 1
Pick a video
Landscape or portrait — both work.
- 2
Pick a target SNS
TikTok / Reels / Shorts / X / YouTube.
- 3
Crop or letterbox
Crop trims; letterbox keeps full frame with black bars.
- 4
Resize
Preview + download.
What each setting means
Recommended settings
Common pitfalls
Symptom: Subject cropped out
Cause: Crop centered, subject off-center.
Fix: Use letterbox mode.
Symptom: Massive black bars
Cause: Landscape source → 9:16 letterbox.
Fix: Crop or pick a different target SNS.
Equivalent FFmpeg commands
Reference commands you can run on the desktop FFmpeg CLI.
ffmpeg -i input.mp4 -vf "crop=ih*9/16:ih,scale=1080:1920" -c:a copy output.mp4ffmpeg -i input.mp4 -vf "scale=1080:-2,pad=1080:1920:(ow-iw)/2:(oh-ih)/2:black" -c:a copy output.mp4Browser support & limits
- MP4 output
- Crop is centered only
Privacy
This tool runs ffmpeg.wasm directly in your browser. Files never leave your device — everything runs locally. Read the privacy policy →
Frequently asked questions
TikTok preferred size?
1080×1920 (9:16). This tool resizes there automatically.
Shorts vs TikTok?
Both 9:16, but Shorts ≤60s, TikTok up to 10min. Same output works for both.
Vertical → horizontal?
Use letterbox; black bars appear on the sides.