Skip to content

Multi-Format Export

After rendering your video, Onset Engine can re-crop it to different aspect ratios for social media platforms — all with a single click. The re-crop uses face-aware centering from your edit’s face detection data to keep subjects in frame.

FormatResolutionBest For
9:16 Vertical1080×1920TikTok, Instagram Reels, YouTube Shorts
1:1 Square1080×1080Instagram Feed
4:5 Portrait1080×1350Instagram Portrait

All formats output in 1080p quality using the same encoder (NVENC or x264) and quality parameters as your main render.

  1. Complete a render in Studio Mode or Autopilot
  2. The Render Complete dialog appears automatically
  3. Under 📐 Export Formats, you’ll see buttons for each format
  4. Click Export next to the format you want
  5. The re-crop runs in the background (typically 10–30 seconds)
  6. Status updates to ✅ Ready with the output file size

You can export to multiple formats — each runs independently.

When cropping from 16:9 to a taller or narrower format, the engine needs to decide where to crop. Instead of dead-center cropping (which often cuts off faces), Onset Engine:

  1. Reads the EDL’s face data — during rendering, every clip is analyzed for face positions using MediaPipe
  2. Averages all face positions across the entire edit to find the dominant subject area
  3. Centers the crop on that position, with clamping to prevent edge overflow

If no face data is available, the engine falls back to a slightly above-center crop point (0.5, 0.4), which works well for typical human framing.

Re-cropped files are saved alongside your main render with a format suffix:

output_clips/MyProject/
├── output_STANDARD.mp4 # Original 16:9 render
├── output_STANDARD_9x16.mp4 # TikTok / Reels / Shorts
├── output_STANDARD_1x1.mp4 # Instagram Feed
└── output_STANDARD_4x5.mp4 # Instagram Portrait

Audio is copied directly from the original render — no re-encoding, no quality loss.