That error is a punch in the gut
You're on a deadline, you hit export, and Premiere Pro spits back Error code: 1609629696 with the message "The file format is not supported." Only it's not the file format that's unsupported—it's your Intel GPU driver. Here's the fix, then the why.
The fix: switch to software encoding (or update drivers)
What's actually happening here is Premiere's hardware encoder (Quick Sync) is choking on your current Intel graphics driver. The quickest way to get that export out the door is to bypass the hardware encoder entirely.
- Open your export settings (Ctrl+M on Windows, Cmd+M on Mac).
- Under Format, choose H.264.
- Scroll down to the Video tab, expand Video Encoder Settings.
- Find Hardware Encoding and set it to Software Encoding Only.
- Click Export.
That's it. Your export will run slower because your CPU is doing the heavy lifting, but it'll finish. The error disappears because you're no longer hitting the broken Quick Sync path.
If you want to keep hardware encoding (and you should—it's a lot faster), update your Intel graphics driver first. Go to Intel's driver page or use their Driver & Support Assistant. Install the latest driver, reboot, and try exporting with hardware encoding again.
Why this works (the actual reason)
The error code 1609629696 is a generic catch-all for "the encoder failed to initialize." Premiere Pro 2023 and 2024 (up to at least 24.2) rely on the Intel Media SDK to talk to Quick Sync. If your driver is outdated, corrupted, or just not cooperating with that specific SDK version, the encoder throws this error. The file format isn't the problem—the encoder can't even start.
Switching to software forces Premiere to use the x264 library, which is completely independent of your GPU. It's the nuclear option, but it always works because it sidesteps the whole driver mess.
Other ways this error shows up
Sometimes the same error appears in slightly different contexts. Here's what to do in each case.
Error only with certain frame rates
Some users report the error only when exporting 59.94 fps or 50 fps footage. That's because Quick Sync has a quirk where it doesn't like certain frame rate changes inside the hardware pipeline. If you see this, try matching your export frame rate to your sequence frame rate exactly. If that doesn't help, go back to software encoding.
Error after a Windows update
Windows 11 updates have a habit of replacing your Intel driver with a generic Microsoft one. That generic driver doesn't support the Media SDK properly. What's actually happening is your GPU driver got swapped without you noticing. Check your driver version in Device Manager—if it says Microsoft under the provider, that's your culprit. Reinstall the Intel driver and you're back in business.
Error on laptops with dual GPUs
Laptops with both an Intel iGPU and an NVIDIA GPU sometimes get this error because Premiere picks the wrong GPU for encoding. The workaround is to force Windows to use the NVIDIA GPU for Premiere Pro. Go to Settings > System > Display > Graphics, find Premiere Pro, and set it to High Performance. That routes encoding through NVIDIA's encoder, which isn't affected by Intel driver bugs.
How to keep this from happening again
The real fix is staying ahead of driver updates. Premiere Pro updates its Media SDK version with each major release, and Intel drivers sometimes lag behind. Here's a simple routine that works:
- Update your Intel graphics driver at least once a month, or whenever Premiere Pro gets a major update.
- Before a big export, run a quick test export of a 10-second clip with hardware encoding. If it fails, you know to update drivers or switch to software.
- Keep a preset that uses Software Encoding Only saved. When you're in a rush, you can apply it without hunting through the settings.
That last one is the killer tip. I've got a preset named "Software Export" that I've used more times than I care to admit. It takes five seconds to apply, and it's saved me on countless deadline nights.
One more thing: if you're on an older Intel CPU, like a 6th or 7th gen Core, Quick Sync support is spotty at best, and Adobe has been slowly dropping support for older iGPUs. If the driver update doesn't fix it and you're on old hardware, it might be time to accept software encoding or upgrade your machine. There's no shame in that—older Quick Sync wasn't that fast anyway.