Keeping a Mac cool through a long video export
A forty-minute export is the workload most likely to make a Mac throttle. The fix is rarely the one people reach for first.
7 min read
Video export is the workload most likely to make an Apple Silicon Mac throttle. Not because it is the heaviest, but because it is the one that holds the chip at full load for forty minutes without pause. Most benchmarks finish before the machine has warmed up. An export does not.
The shape of the problem
Watch an export on a machine with a temperature graph and the pattern is consistent. Temperature climbs steeply for the first two or three minutes, plateaus somewhere in the 90s, and then the export slows down. Not dramatically, and not at a point you would notice without measuring, but the last ten minutes take longer than the first ten for identical work.
That is the chip trading clock speed for temperature. It is working as designed, and it is also leaving performance on the table when the fans are still turning at half their range while it happens.
Which part of the timeline is generating the heat
Worth knowing, because the answer changes what helps. Modern Apple Silicon has dedicated media engines for common codecs, and work that lands on them is enormously more efficient than work that does not.
- H.264 and HEVC encode and decode: hardware. Handled by the media engine. Fast and comparatively cool.
- ProRes: hardware on Pro, Max, and Ultra chips. Not on the base chip, where it falls back to the CPU.
- Effects, transitions, colour grading, noise reduction, stabilisation: GPU. This is usually where sustained heat actually comes from.
- Anything in a codec without hardware support, such as some AV1 or older camera formats: CPU. The most expensive case by a wide margin.
A timeline that is mostly cuts of HEVC footage exports cool and fast. The same length of footage with heavy grading and noise reduction on every clip is a completely different thermal load, and the difference is the GPU work, not the export itself.
What actually shortens an export
In rough order of how much difference they make:
- Use optimised media or proxies. Editing and exporting from a format the media engine understands moves work off the GPU and CPU entirely. This is the single largest lever and it is a workflow change rather than a hardware one.
- Get the machine off soft surfaces and onto a hard desk. Intake vents run along the sides of the bottom case. Blocking them raises every temperature at once.
- Disconnect displays you are not using during the export. Driving a 5K panel is continuous GPU work competing for the same thermal budget.
- Export before you need the machine for anything else. Browser tabs with video, sync daemons, and Spotlight indexing all add to the same budget.
- Raise the fans. More airflow means the chip reaches its ceiling later or not at all, and holds a higher clock while it works.
The fan question, honestly
Raising fan speed manually is the one item on that list that directly targets the mechanism. macOS tunes its fan curve for silence, and during a long export that trade is usually the wrong one: nobody is enjoying the quiet while they wait for a render.
How much it recovers depends entirely on your machine and your timeline. On a MacBook Pro with a heavily graded 4K sequence, running the fans high from the start of an export measurably shortens it, because the chip spends more of the run at full clock. On a Mac Studio that was never close to its thermal ceiling, it changes nothing at all except the noise. A 14-inch MacBook Pro sits between the two and benefits more than a 16-inch, which has more cooling to begin with.
This is why measuring first is worth the five minutes. Thermal throttling explains how to tell whether it is happening to you, and reading the sensors covers the free ways to watch. Breeze reads every sensor and keeps a rolling graph at no cost, which is enough to see the plateau and the slowdown for yourself. Manual fan control is the paid half, and it is only worth it if the graph shows you a ceiling you are actually hitting.
What no amount of airflow fixes
Fan control raises the point at which throttling begins. It does not change the chip’s thermal limits, and it cannot make a base M-series chip encode ProRes in hardware it does not have. If an export is slow because the work is landing on the CPU rather than the media engine, the fix is the codec, not the cooling. Airflow buys you the performance the chip already has; it does not buy you performance it never had.
Keep reading
- The SMC reset does not exist on Apple SiliconHalf the fan-noise advice online opens with an SMC reset. On an M-series Mac there is no key combination to press, and no SMC to reset.
- Mac fan not spinning? How to tell if it is actually brokenA fan reading zero is often working exactly as intended. Here is how to separate a healthy idle from a failed bearing without opening the machine.
- Why MacBooks overheat, and what actually helpsMost overheating has a single identifiable cause, and it is usually visible in a temperature graph within thirty seconds of the machine warming up.