How to fix audio sync problems in video: causes and solutions
August 7, 2026
Audio sync drift: the invisible time thief
You finish editing a video, export it, and on playback the audio is a half-second behind the video. By the end of a 10-minute clip, it's off by a full second. This is sync drift, and it's caused by a mismatch between how fast the video plays and how fast the audio plays. Not obvious to spot until it's too late. Here's why it happens and how to fix it.
Why does audio drift out of sync?
The most common cause: sample-rate mismatch. Video runs at a frame rate (24fps, 30fps, 60fps). Audio runs at a sample rate (44.1kHz, 48kHz). If your video is expecting 48kHz audio but you feed it 44.1kHz audio, they're playing back at slightly different speeds. Over time, they drift apart.
Example: 48kHz is 8.8% faster than 44.1kHz. Over a 1-hour recording, that's a 3-minute drift. For a 10-minute video, it's about 50 seconds.
Other causes: dropping frames during capture (your camera or recorder skipped frames), or incompatible codec timing information.
How to prevent sync drift at capture
Use matching sample rates. If you're recording video at 1080p 30fps, record audio at 48kHz (or convert your audio to 48kHz before importing). Most professional video is 48kHz; most consumer devices are 44.1kHz.
Record audio and video together. If you record audio separately from video, sync issues are more likely. Use a shared clock or metadata if possible.
Check your codec settings. Some codecs drop frames if you mix incompatible resolutions or frame rates. Stick to standard settings (H.264, 48kHz, matching frame rate).
Fixing sync drift after the fact
If your video is already out of sync, you can fix it. The trick is measuring the drift rate.
Method 1: known-reference points. If you have a clip where you know audio and video are in sync (first few seconds, usually), measure where the drift starts. Compare timestamps in your editor. If audio is 0.5 seconds behind at 10 minutes, that's a 0.08% speed difference. Speed up your audio by 0.08% (or slow down video by 0.08%) and they'll match.
Method 2: resample audio. Open your audio file in Audacity or similar, select all, then resample to match your video's sample rate (usually 48kHz). Export and re-import into your video editor. This fixes sample-rate mismatches.
Speed adjustment calculation
Math isn't fun, but this is simple: if audio drifts 1 second over 10 minutes (600 seconds), the drift rate is 1/600 = 0.167%. Speed up the audio by 0.167% and they'll re-sync.
Most video editors let you adjust playback speed to 0.5% precision. Some need you to recalculate: if audio is 0.167% slower than video, speed it up by 100.167% (not much visible change, but enough to fix drift).
Syncing dialogue with lips
For talking-head videos, the easiest sync check: mute video, listen to audio, and manually adjust the audio track in the timeline until lips and words match. This is slower than resampling but works when the math is messy.
Most editors let you slip the audio track to the left (move it earlier) or right (move it later) without affecting video. Slip in 1-frame increments until it matches, then zoom in and fine-tune at 1-sample resolution if needed.
Should I re-export or fix in post?
If you catch sync drift before uploading, fix it in your editor and re-export. It's faster than waiting for platform processing.
If you've already uploaded to a platform like YouTube or TikTok, you're stuck — they won't accept an updated audio-only file. You have to re-upload the whole video. So fixing sync before upload is always worth the extra 5 minutes.
Preventing it next time
1. Shoot video and audio together when possible (or sync with a shared clock).
2. Verify sample rates before importing: video should expect 48kHz, audio should be 48kHz.
3. Check the first and last frame of your edited video for sync before exporting.
4. If editing long files, sync-check every 30 minutes of content.
The pragmatic fix
Most editing software (DaVinci Resolve, Premiere Pro, Final Cut Pro) auto-sync based on waveform now. If you import video and separate audio, they can sync automatically by matching audio waveforms. Use this feature — it takes 2 seconds and eliminates 90% of sync issues.
Frequently asked questions
Why does audio drift out of sync over long videos?
Different sample rates (44.1kHz vs 48kHz) cause frame slip. Video might be 30fps, audio 48kHz — over time they desync. Fix: resample audio to match video.
Can I fix sync by speeding up or slowing down audio?
Yes, but you need to know the drift rate. If audio is 0.2% slower, speed it up by 0.2%. Use a calculator or trial audio chunks to find the exact percentage.
Should I delay audio or video in the editor?
Either works, but it's a bandage. The root is usually a sample-rate mismatch. Fix that, and syncing won't drift again on re-export.