Mac maintenance
How to Handle Large Video Files on Mac (Storage, Edit, Archive)
Practical workflow for managing large video files on Mac — storage tiers, editing tricks, archive formats, and how to free space without losing footage.
A 20-minute 4K ProRes clip is around 26GB. Two hours of mixed footage from a shoot can fill an entire 512GB SSD before you’ve cut a single frame. If you’re filming on an iPhone 16 Pro, even casual home videos are eating disk faster than most people realize — 1080p at 60fps clocks in around 130MB per minute.
This guide is the workflow I’d use to keep video manageable on a Mac without breaking the bank or losing footage.
Know your formats before you do anything
Not all video files are equal in size. A quick reference for what 10 minutes of footage looks like:
- iPhone 1080p HEVC: ~600MB
- iPhone 4K HEVC: ~1.7GB
- iPhone 4K HDR Dolby Vision: ~2.5GB
- DSLR/mirrorless H.264 1080p: ~700MB–1.2GB
- Drone 4K H.265: ~1.2GB
- ProRes 422 1080p: ~9GB
- ProRes 422 4K: ~36GB
- ProRes 422 HQ 4K: ~54GB
- BRAW or RED RAW 4K: 50–80GB+
ProRes is what Final Cut and most pro editors prefer because it’s mezzanine — light to decode, easy to scrub. The price is size. If you’re working in ProRes, you’re going to need real storage.
The three-tier setup that actually works
Storing all video on your internal SSD is fine if you only shoot occasionally. Anyone who shoots regularly should split footage across three tiers.
Tier 1 — Working drive (internal SSD or fast external NVMe). Holds the project you’re cutting right now plus the last week or two of footage. Speed matters here; ProRes plays back smoothly off NVMe (3000+ MB/s) but stutters off slow USB SSDs.
Tier 2 — Active archive (4–8TB SATA SSD or fast HDD). Last 6 months of projects. Reasonable read speed, much cheaper per GB. A 4TB Samsung T5 EVO or a Sandisk SSD costs $200–$300.
Tier 3 — Cold archive (large HDD or LTO tape). Anything you’ve finished. Doesn’t need to be fast; just needs to be reliable and have a backup. A pair of 8TB external HDDs runs around $300 — you keep two copies because HDDs fail.
This isn’t a luxury setup. It’s what stops you from running out of space mid-project.
Cleaning up the working drive
Before you move anything off, run through what’s actually on disk. Open Finder, hit Command + F, set the search to your home folder, and filter by Kind: Movie. Sort by size descending. The top of that list is where the easy wins are.
Common culprits:
- iMovie events folders in
~/Movies/— even after deleting projects, the events linger - Final Cut Library bundles in
~/Movies/— theRender FilesandOriginal Mediainside them can be moved or relinked - Downloaded video from Dropbox or Google Drive that you forgot about
- Screen recordings in
~/Desktop/and~/Movies/ - OBS recordings if you stream
- Old Zoom recordings in
~/Documents/Zoom/
The Zoom one surprises people. A weekly hour-long meeting recorded for a year is around 60GB.
Final Cut and Premiere project hygiene
Both editors generate huge amounts of cache that doesn’t move when you copy a project.
Final Cut: open the library in Finder, right-click, Show Package Contents. The Transcoded Media and Render Files folders inside each event can be deleted — Final Cut regenerates them. To keep them out of the library entirely, set External media in library settings.
Premiere Pro: media cache lives at ~/Library/Application Support/Adobe/Common/Media Cache Files/. It can grow past 50GB. In Premiere preferences, point the cache to an external SSD and set automatic deletion of cache older than 30 days.
DaVinci Resolve: optimized media and proxies in your project folder. Resolve doesn’t auto-clean. Manually delete the CacheClip and Optimized Media folders for finished projects.
Editing without filling the disk
If you’re stuck on a small SSD and can’t avoid editing on it, two tricks help.
Proxy workflow: import 4K originals, generate 1080p ProRes proxies, edit with proxies, switch back to originals only for final export. Final Cut, Premiere, and Resolve all support this. Proxies are about 1/8 the size of ProRes 422 originals.
Optimize media as needed, not by default: Final Cut’s “Create optimized media” doubles your storage. Only optimize formats that don’t play back well (some H.265 from drones, for example). Skip it for ProRes or anything from a modern Mac that decodes natively.
Archive formats that hold up
When a project’s done, archive it. The question is “what format” — and the answer depends on what you might want to do later.
Final delivery copy: H.264 or H.265 master at the resolution you exported to. Small enough to email, plays anywhere. Keep this forever.
Edit-ready archive: the project file plus the original camera files (not transcoded media). If you ever need to re-cut, this is what you’ll come back to. ProRes original masters are fine; the camera-original H.265 from an iPhone is also fine and 1/10 the size.
Skip archiving: render files, optimized media, proxies, anything regenerable. Cache files take up space and offer nothing future-you needs.
A typical 1-hour wedding shoot goes from 800GB during the edit to 200GB archived this way.
Backing up video without going broke
Three rules that have saved a lot of footage:
- Two copies on different drives, in different places. A drive in a fire-safe box at home and a drive at the office is fine. Two drives in the same drawer is one fire away from disaster.
- Different brands and ages. If both drives are the same model bought the same week, they have correlated failure modes.
- Verify the copy. Use
rsync -av --checksumor a tool like Carbon Copy Cloner. A “successful” Finder copy can still have a corrupted file.
Cloud backup for video gets expensive fast. Backblaze at $99/year is unlimited and includes external drives if they stay connected — that’s the deal most video people use. iCloud and Dropbox are not designed for terabytes of video.
When you’re really out of room
Mid-edit, deadline approaching, no time to set up tiers — emergency mode:
- Empty Final Cut/Premiere/Resolve render and cache folders
- Delete optimized media; switch to original media for the rest of the edit
- Move the
Downloadsfolder content to an external drive - Empty
~/Library/Caches/(won’t break anything; apps regenerate) - Clear the Trash and check Recently Deleted in Photos
That usually finds 30–80GB on a working editor’s machine. Once the deadline passes, set up the three-tier system properly.
Quick wins for casual users
Not everyone is editing pro footage. If you just have a lot of iPhone videos and don’t know what to do with them:
- Set Camera to record HEVC, not H.264 (Settings → Camera → Formats → High Efficiency)
- 4K at 30fps is plenty; 60fps is for slow-mo
- Long videos (5+ minutes) are usually screen recordings or talking heads — review and delete monthly
- Move finished home videos to an external drive once a year, with a duplicate on a second drive
The pattern is the same at every scale: don’t let working files pile up forever, and don’t trust a single drive with anything you care about.