Multi-Speaker Framing: Why Most AI Clippers Cut Off the Wrong Person

If you record interview podcasts in 16:9 and post in 9:16, every clip with two people on screen is a framing problem. Here's how the major clippers handle it, and why most of them get it wrong.

Clipzing Editorial
Clipzing Editorial
Editorial Team6 min read
Multi-Speaker Framing: Why Most AI Clippers Cut Off the Wrong Person

You record your podcast in 16:9. Two people on camera. Wide shot. Looks great on YouTube.

Then you go to clip it for TikTok and Reels and Shorts, and the problem starts. 9:16 is portrait. Two heads side by side don't fit. So the AI clipper has to choose: which person is on screen at any given moment? And if the choice is wrong, you get a clip where the host is talking and the camera is on the silent guest.

We've watched a lot of clips this happens to. It's the most common failure mode in podcast clipping right now, and most tools handle it badly. Here's the rundown.

The four ways AI clippers handle two people on screen

There are basically four approaches in the wild, and each one has a failure mode.

1. Static center crop. Just zoom into the middle of the 16:9 frame. You get half of each person. Looks bad, never breaks. This is what 2short.ai does by default, and what most free tools do.

2. Pick one face for the whole clip. Detect the dominant speaker once, lock the frame on them for the entire 30 seconds. Looks fine when one person dominates the conversation. Looks insane when they trade lines. This is closer to what Klap does.

3. Cut to whoever is talking, every time. The "dynamic reframe" approach. Switches between speakers based on audio energy. Sounds smart. In practice, it cuts mid-sentence on overlapping audio, jitters during back-and-forth banter, and gets confused when one person laughs while the other is talking. Opus Clip does a version of this. It's better than the alternatives but still misses about 1 in 4 cuts in our tests.

4. Diarized speaker tracking with smoothing. Detect who is speaking using a diarization model (separating speaker A from speaker B based on voice features, not just energy), then frame accordingly with a smoothing window so it doesn't jitter on overlaps. This is what Clipzing's editor uses. It's more compute, it costs more, and it's worth it.

1 in 4
Reframe cuts that land on the wrong speaker in audio-energy-only systems
Internal A/B test, 200 podcast clips

The overlap problem nobody solves cleanly

Real conversations have overlap. The host laughs while the guest finishes a thought. One person says "yeah" while the other is mid-sentence. A guest interrupts with a follow-up question.

If your clipper is using audio energy to decide who's on screen, every overlap is a roulette spin. Audio energy spikes from the laugher get treated as "this is now the active speaker," and the camera jumps. You see the laughing face for half a second, then it jumps back. Watching this on a phone is genuinely uncomfortable.

The fix is speaker diarization. The clipper has to know that voice A and voice B are different people, not just that audio is loud. Then it can hold on the actual speaker even if the other person is making noise.

Clipzing runs diarization on the source audio and stores the speaker timeline alongside the video. When you open the clip in the editor, you can see the speaker segments laid out on the timeline and the camera framing follows whoever's actually talking. Manual override is one click if you disagree with the model.

Do this once

On your next podcast, open one of the multi-speaker clips in the editor and look at the speaker timeline. You'll see the diarization segments. Anywhere the framing looks off, you can drag the speaker boundary or override the active speaker. Saves the override per clip.

What this looks like across tools

Here's the same 12-second clip (host asks question, guest answers, host laughs partway through) running through four tools. We counted the framing errors. A "framing error" is any moment where the camera is on the silent person while the other is mid-sentence.

Feature
Clipzing
Opus Clip

Submagic doesn't really do reframing. They're a captions tool. They take whatever crop you feed them, so if you want multi-speaker framing you still need a separate clipper. Captions handles single-speaker selfie video well but isn't built for two-person interview tape at all.

The thing about smoothing windows

This part is technical but it matters. A "smoothing window" is the minimum time the camera holds on one person before it's allowed to switch. If your window is 0.4 seconds, the camera switches fast. Sounds responsive. Looks like a music video. Headache.

If your window is 2 seconds, the camera barely moves. Looks like a slideshow.

The right window for podcast tape is around 1 to 1.5 seconds. Long enough that natural back-and-forth doesn't trigger constant cuts, short enough that real speaker turns get tracked. Clipzing's default is 1.2 seconds and you can adjust it per clip. Opus Clip's default is 0.4. We've watched their reframes give people motion sickness. Genuinely.

Two-person framing isn't only an interview problem

A few audiences this matters more for than you'd think:

Course creators recording panels. If you teach with a co-host or interview guests, every clip is multi-speaker.

Reaction podcasts. Two friends watching something and talking. Constant overlap. Diarization helps a lot.

Family or therapy shows. Three speakers. Most tools don't handle three speakers at all. Clipzing diarizes up to four.

Investor interviews and fund pitches. Multiple people on a panel. Reframing has to follow the answer, not the loudest voice.

If your show is single-speaker selfie video, this whole post doesn't matter to you. Pick whatever clipper you like. But if you have two or more people on camera, the reframing model is the most important thing about your clipping tool, and most of them don't bother to do it well.

The cost question

Diarization is expensive. We're not going to pretend it isn't. Running speaker separation on a 2-hour podcast adds maybe 8-12 cents per episode in compute on our end. The only reason we do it is that without it, the editor can't show you a real speaker timeline, and the auto-reframe is guessing.

We charge a flat per-month price that covers it. So you're not metered on the diarization. But we wanted to flag it because if you ever wonder why Clipzing is more expensive than 2short.ai or Klap on the entry tier, this is one of the reasons.

Open the editor and check the speaker timeline
Works on any clip you've already generated.

What to try

If you have a multi-speaker podcast and you've been clipping it with another tool:

  1. Take one episode you've already clipped elsewhere.
  2. Run it through Clipzing's clip generator.
  3. Open three of the resulting clips in the editor and look at the framing during overlap moments.
  4. Compare to the same moments in your old tool's output.

You'll see the difference in about 30 seconds. If you don't, your tool is already handling diarization well, and you should stick with what works. If you do, the framing problem has been costing you views and you didn't know it.

That's the experiment. Run it, decide for yourself.

Found this useful? Pass it on.
Clipzing Editorial

Clipzing Editorial

· Editorial Team

Field notes from the cutting room. We write about the craft of clipping, captioning, and the workflows that beat the algorithm.

Briefings, straight to your inbox

One short read every week on clipping, captions, and the workflow that beats the algorithm.

Up next

Keep reading

Why Most AI Clippers Fail on Interviews (and How to Tell Before You Pay)podcasting

Why Most AI Clippers Fail on Interviews (and How to Tell Before You Pay)

Two-person podcasts break most AI clipping tools in ways single-speaker content never does. Here are the three failure modes, how to test for them in ten minutes, and which tools survive.

July 17, 20266 min read
Make a Short Clip Longer Without Re-Editing: Transcript-Aware Extend in Chatcopilot

Make a Short Clip Longer Without Re-Editing: Transcript-Aware Extend in Chat

Cut too tight? Tell Clipzing Copilot to extend the clip so it finishes the thought. It reads the transcript, pulls in more of the source video, and re-renders — no timeline editing required.

July 24, 20264 min read
Add B-roll to a Clip by Just Asking: One-Click Stock Footage in Chatcopilot

Add B-roll to a Clip by Just Asking: One-Click Stock Footage in Chat

Stop hunting for stock footage. Tell Clipzing Copilot what B-roll you want, preview playable options right in the chat, and add the ones you like with one click. Here's how it works.

July 24, 20265 min read
Why Your Clips Aren't Getting Views: The Diagnostic Checklisthooks

Why Your Clips Aren't Getting Views: The Diagnostic Checklist

You're posting 30 clips a month and averaging 400 views. We've run 4,200 clips through analysis and found the same 5 problems every time. Here's how to spot yours.

July 17, 20268 min read
Podcast Repurposing 101: One Episode to 50 Scheduled Clips in 5 Hourspodcasting

Podcast Repurposing 101: One Episode to 50 Scheduled Clips in 5 Hours

You record one 90-minute episode per week. That's 20+ clip opportunities, 60+ platform posts, and one workflow that saves 10+ hours of manual work. Here's how.

July 17, 20269 min read
Subscribe to a YouTube Channel. Wake Up to Finished Shorts.automation

Subscribe to a YouTube Channel. Wake Up to Finished Shorts.

What if you could pick a YouTube channel and have Clipzing automatically clip every new upload, on a schedule, without you ever opening the app? That's what channel subscriptions do.

April 29, 20266 min read

Stop fighting your editing tool. Start clipping.

Drop a YouTube URL into Clipzing. Get scored, captioned, ready-to-post shorts in minutes.

Plans from $9.99/mo · 14-day money-back guarantee.