QuickTime: Smooth playback of damaged 8K, glitchy export

Quicktime Playback Question


A vexing problem. I recently discovered some 8k footage I required had been overwritten. I managed to recover the file but it is clearly damaged. I have since discovered that QT will play back the footage almost glitch free. Great. Except that is only for viewing. Exporting the footage results in an impossibly glitchy video. What is QT doing internally to playback this footage glitch free and how can I reproduce this result to be edited in, say, DaVinci?

Posted on Apr 29, 2026 2:36 PM

Reply
3 replies

May 1, 2026 9:29 PM in response to gsrfinkle

gsrfinkle wrote:

footage I required had been overwritten. I managed to recover the file but it is clearly damaged.

That movie might be corrupted beyond repair.


But if you have basic Terminal skills and can either install ffmpeg (I use MacPorts for that) or just use pre-built binary or Shutter Encoder or HandBrake GUI, you might try to just re-wrap it with something like:


ffmpeg -i input.mp4 -c:v copy -c:a copy output.mp4


Or almost losslessly convert it to ProRes (ProRes 422 HQ, PCM little endian) with something like this and then use that in Final Cut Pro (FCP and also convert to maybe more to-the-spec ProRes if that is more robust than QT Player convert) or DaVinci:


ffmpeg -i input.mp4 -c:v prores_ks -profile:v 3 -c:a pcm_s16le output.mov


May 2, 2026 4:25 PM in response to Matti Haveri

I just thought Id let you know that, beyond any expectations and with cynical reluctance, I purchased the Shutter Encoder and it actually worked! Im totally untechnical but unlike Handbrake, Fixo, Filmora, Wondershare Repairit and several others this program somehow managed to convert the otherwise hopelessly glitched file into something almost pristine.


I cant believe it and Im eternally grateful for Matti to take the time to point me towards a successful outcome.


Im absolutely chuffed.

May 2, 2026 2:14 AM in response to Matti Haveri

Matti. Thanks so much for such a technical response. Although I fear your original assessment may well be correct its great to be able to try out your suggestions. Ill see if any of these work.


I guess Im wondering what it is that allows QT to playback perfectly and yet render with original artifacts. There must be some kind of algorithm at play within QT playback function that isnt transferred to render status. I would love to harness that to my advantage somehow.


Anyway. I certainly appreciate your valuable response.

QuickTime: Smooth playback of damaged 8K, glitchy export

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.