How to convert a batch of files at once on a Mac
The fastest way to convert many files at once on a Mac is to drop the whole folder onto a converter that takes a queue, pick one target format, and let it work through the list while you do something else. macOS can batch a few of these jobs on its own, mostly for images, but nothing built in converts photos, video, audio, and documents from one place. This post covers exactly where the free tools reach and where you need something that handles a real queue.
When converting a batch actually saves you time
Batch conversion earns its keep whenever you have a pile of files that all need the same treatment. A folder of HEIC photos off an iPhone that a colleague on Windows cannot open. A shoot’s worth of camera raw files that need to become JPEGs for a client to preview. A music library in WAV that you want as MP3 to fit on a phone. A stack of downloads in mixed video formats that all need to be MP4 for one editor. Dozens of subtitle files in the wrong format for your player.
Doing any of these one file at a time is not just slow, it is where mistakes creep in: a couple of files skipped, one saved to the wrong place, a format chosen inconsistently. A single queue with one target removes all of that.
What macOS can batch on its own
The Mac has more batch ability than most people realize, but it is scattered across apps and mostly limited to images.
- Preview. Select several images in Finder, open them together, then in Preview’s sidebar select all of them and choose File, Export Selected Items. You pick one format for the lot. This is a genuine batch export, but it is images only, it re-encodes every file, and the format list is short.
- A Finder Quick Action built in Automator. You can assemble a workflow such as “Change Type of Images” and run it on a selection, or attach it to a folder so anything dropped in is converted automatically. It works, but building and maintaining it is fiddly, and the actions cover a narrow set of formats.
- The Music app. Add audio files to your library and it can create MP3 or AAC versions of a whole selection at once. Useful for audio, blind to everything else.
The honest limit across all of these is coverage. None of them touches every media type, video batching in particular is awkward, and you end up switching tools depending on what you are converting.
Converting a batch with Manatee
A dedicated converter treats the queue as the main event. With Manatee, the steps are the same whether you are converting three files or three hundred:
- Open the app and choose Convert.
- Pick the single target format you want for this run, one of the fifteen it writes.
- Drag the files onto the window, or drop a whole folder onto the window or the menu bar icon.
- Each file appears in the job list with its own progress, and every converted copy is written alongside the original.
Because it accepts a folder in one drop and shows each file’s progress, you can start a large batch, walk away, and come back to a finished set. The originals are never modified, so if a batch is not what you wanted, nothing is lost and you can run it again with a different target. Everything runs on the Mac, so a folder of hundreds of files is not uploaded anywhere.
Getting a clean batch every time
A few habits keep a big conversion tidy and predictable.
One target per run. A batch converts to a single format. If a folder holds a mix of input types, that is fine as long as your chosen target makes sense for all of them: dropping mixed video files and choosing MP4 works, but mixing photos and videos into one image target does not. When the sources are that different, run two passes.
Mind where copies land. Converted files are written next to their originals, so a folder ends up holding both. That is deliberate and safe, but it means you will want to sort or move the new copies afterward, especially if you converted in place inside a shared folder.
Remember that lossy or lossless applies to every file. A batch does not change the underlying trade-off. Converting a folder of WAV files to MP3 loses a little from each one; converting them to FLAC does not. Converting raw photos to JPEG is a one-time, per-file loss. Decide the target with that in mind, and keep the originals as your masters.
Expect large batches to take real time. Anything that re-encodes, which is most conversions apart from a straight container change, uses the processor for every file. A few hundred videos will keep the Mac busy for a while. Audio and image batches are far quicker.
Questions
Can I convert files of different types in the same batch?
Yes, as long as the one target you pick suits all of them. A folder of AVI, MKV, and MOV files can all become MP4 in a single pass. But you cannot send photos to one format and videos to another in the same run, since a batch has a single target. Split those into separate passes.
Will a big batch overwrite my originals?
No. Each converted file is saved as a new copy next to the source, and the original is left exactly as it was. The main thing to manage afterward is that the folder now contains both versions.
Why is one batch so much slower than another?
Because some conversions copy data and others rebuild it. Changing only a video’s container can be nearly instant per file, while re-encoding video, or turning raw photos into JPEGs, does real computation on each one. Audio and image batches are usually fast; video re-encodes are the slow case.
Is there a limit to how many files I can queue?
There is no fixed number that matters in practice. You are limited by time and by free disk space for the new copies, not by a cap. For very large jobs, make sure the destination drive has room for both the originals and the converted set.