A 10-minute timeline taking four hours to export means something is very wrong with your export settings. Specifically, you're almost certainly doing software encoding when your machine could be doing hardware encoding. The two are not even in the same league for speed, and the toggle to switch between them is buried in a panel most editors never open.
Here's what's happening and how to fix it.
The Hardware vs Software Encode Question
Modern Macs and PCs ship with dedicated video encoding chips. On Apple Silicon, it's called VideoToolbox. On NVIDIA GPUs, it's NVENC. On Intel CPUs with integrated graphics, it's QuickSync. These chips do one thing: they take raw video frames and turn them into H.264 or H.265 files at speeds the main CPU can't touch.
Think of it like the difference between a colorist hand-grading every shot in DaVinci versus running a baked LUT through a real-time hardware box. Both produce a graded image. One takes a week, one takes the runtime of the show.
For most deliverables (H.264, H.265, social media, web, broadcast), hardware encoding is functionally indistinguishable from software encoding in quality at typical bitrates. It's just dramatically faster. On an M2 Max, VideoToolbox can encode 4K H.264 in real time. The same export in software might take five times the runtime.
Why Your Export Is Software-Encoding Without Telling You
Premiere will silently fall back to software encoding when something in your settings or your timeline forces it to. The most common triggers:
Codec mismatch. You picked a format hardware can't accelerate. ProRes is software-only. So is DNxHD/HR. So are most "high quality" intermediate codecs. If you need ProRes for delivery, that's fine, just don't expect hardware speeds.
Bit depth above 8. You enabled "Render at Maximum Depth" or set a 10-bit pixel format. Most consumer hardware encoders are 8-bit only. The moment you go 10-bit, Premiere falls back to software and your export time multiplies.
Effects that break the chain. Some third-party effects (and a few first-party ones) force software rendering for the entire export. If you have a Sapphire transition or a heavy Magic Bullet stack, you may be losing hardware acceleration even on segments that don't use the effect.
You forgot to toggle it. This is the most common one. In the Export panel, expand the Video tab, scroll to the Encoding Settings section, and look for "Performance." It will say either "Hardware Encoding" or "Software Encoding." If it's set to software and your codec supports hardware, change it. That single toggle is the fix for most "why is this taking forever" exports.
The Export Profile That Actually Exports Fast
For a typical web/social/broadcast deliverable on a modern machine:
- Format: H.264
- Preset: Match Source - Adaptive High Bitrate (or any H.264 preset, then adjust)
- Performance: Hardware Encoding (the toggle)
- Maximum Render Quality: off
- Use Maximum Render Depth: off
- Multi-pass encoding: turned off (multi-pass is a software-encode feature; hardware encoders ignore it)
- Use Previews: on (if you've rendered the timeline, this exports faster)
That setup, on an M2 Mac, will export a 10-minute 4K H.264 timeline in roughly 10 minutes. On the same hardware with software encoding and Maximum Render Quality on, the same export can take well over an hour.
If you're delivering to a client who requires ProRes or DNxHR, you can't use hardware. Hand-tune the rest of the chain instead: turn off Maximum Render Quality, use Smart Rendering (more on this in a moment), and accept that ProRes exports are slower because the codec itself is heavier.
Smart Rendering: When Premiere Can Copy Without Re-encoding
There's a setting hiding in the Export dialog called "Use Previews," which is good but limited. The bigger trick is Smart Rendering.
Smart Rendering kicks in when your timeline is already in the same codec as your export target, with no effects applied to a clip, and the codec supports it (ProRes and DNxHD do; H.264 generally does not). When all conditions are met, Premiere copies the source bytes directly into the export file instead of re-encoding them. The clip might take seconds to "export" instead of minutes.
This is huge for ProRes-to-ProRes workflows. If you cut from ProRes camera files to a ProRes timeline and export to a ProRes master, large chunks of your export become file copies. We've seen 90-minute timelines export in under fifteen minutes when Smart Rendering is doing the heavy lifting.
To enable it, in the Export dialog, scroll to the very bottom and check "Use Previews." Then in the codec settings, look for "Use Maximum Render Quality" and turn it off (Smart Rendering won't engage if it's on, because Premiere is being asked to do extra work that requires re-encoding).
Smart Rendering won't help with H.264 deliveries (the codec doesn't support it cleanly), but for any intermediate-codec workflow, it's the single biggest export speedup available.
The Diagnostic Flow
If your export is still slow after all of this, run through it in order:
- Check the Performance toggle. Is it set to Hardware?
- Check the codec. Is it one hardware can accelerate?
- Check Maximum Render Quality and bit depth. Both should be off/8-bit unless you have a specific reason.
- Check the timeline. Is it pre-rendered (green bar everywhere)? If not, render it before export.
- Check Activity Monitor (Mac) or Task Manager (Windows). If your CPU is at 100% and the GPU is idle during export, you're software encoding.
For a deeper look at why long timelines feel slow even before you hit export, we covered the playback side here. Same hardware logic applies.
What's Actually Eating the Export Time
Often, the slow export is just the tail end of a larger problem: a project carrying so much unused media that every operation is fighting through bloat. When Premiere has to evaluate whether ten thousand bin items are referenced in the export, even the project file load before export starts can take minutes.
Clip Sweeper reads your .prproj and tells you which clips are actually on a timeline. Pruning the dead weight from your bins makes everything Premiere does faster, including export prep. Before you blame the encoder, it's worth checking whether the encoder is the actual bottleneck.