🐛 A pitfall of AVFoundation: audio and video desynchronization during video recording? Problem: AVCaptureVideoStabilizationMode .auto automatically selects .cinematic in 1080p, introducing a delay of ~1 second that causes audio-visual misalignment. Solution: Switch to .standard mode; the delay is only 0.1 seconds. // ❌ .auto → ~1s delay // ✅ .standard → ~0.1s delay #iOS #AVFoundation #VideoRecording
Loading thread detail
Fetching the original tweets from X for a clean reading view.
Hang tight—this usually only takes a few seconds.
