How to export a Douyin vertical video (9:16) on Mac
Updated 2026-06-11 · Runs locally — nothing uploaded
Turn a landscape clip into a 9:16 Douyin video (1080×1920, 30fps) on your Mac — padded, not cropped, no command line, nothing uploaded.
- Output
- Douyin / Channels vertical
- Processing
- On your Mac
- Setup
- About 2 minutes to set up
- Access
- Free local task
Douyin is China’s version of TikTok, and like TikTok it wants 9:16 vertical video, 1080×1920. A landscape clip uploaded as-is shows up tiny and letterboxed in the feed.
FFmix’s one-click Douyin / Channels vertical preset fits your footage to 9:16 at 30fps and pads it cleanly — no cropping, no command line, and the file stays on your Mac.
Steps
- 1 Drag your clip into FFmix.
- 2 Pick the Douyin / Channels vertical preset (9:16, 30fps).
- 3 Confirm and click Start — the padded vertical file is ready to post.
Advanced: canonical ffmpeg recipe
This is the canonical recipe. FFmix adapts encoder flags to the engine on your Mac, then shows the final command; the command shown is the command run.
ffmpeg -i input.mp4 -vf "scale=1080:1920:force_original_aspect_ratio=decrease,pad=1080:1920:(ow-iw)/2:(oh-ih)/2,setsar=1" -r 30 -c:v libx264 -b:v 8M -c:a aac -b:a 192k douyin.mp4 Drop a file and go — all local, nothing uploaded.
FAQ
What size does Douyin use?
Douyin (the Chinese version of TikTok) uses 9:16 vertical video, 1080×1920, around 30fps. This preset outputs exactly that with a high bitrate.
Will my landscape video be cropped?
No. FFmix fits the whole frame inside 9:16 and pads the sides, so nothing is cut. Want a full-bleed crop? Use the Crop task.
Does this also work for WeChat Channels?
Yes. Channels (视频号) uses the same 9:16 vertical format, so the same preset works for both.
Related guides
Turn a horizontal 16:9 clip into a 9:16 Instagram Reel on your Mac without cropping out your subject — no command line, nothing uploaded.
How to make a TikTok video on Mac (9:16, the right size)Turn any landscape or phone clip into a crisp 1080×1920 TikTok video on your Mac — no command line, nothing uploaded. One click with FFmix.
RedNote (Xiaohongshu) video size and how to export it on MacRedNote / 小红书 prefers 9:16 vertical video at 1080×1920. Export a light, fast-uploading version on your Mac — no command line, nothing uploaded.