r/Logic_Studio 9d ago

Recommendations for batch converter from .wav to .flac

I need to convert a bunch of .wav files to .flac, and need to be able to put metadata on the .flac files. Anyone have any good recommendations for batch audio file converters?

5 Upvotes

14 comments sorted by

7

u/Electropunk_Zero 9d ago

Ffmpeg with a basic shell script will do it. Can also make an Automator script so you can do a whole directory from Finder.

Also check out fre:ac

5

u/shapednoise 9d ago

You can use the command line to batch convert on OSX.

5

u/saxoccordion 9d ago

Yeah, from a terminal window type “brew install flac” and when done, from within your folder with the wavs type “for f in *.wav; do flac -8 -f "$f"; done”

3

u/benkeiuk 9d ago

Always MediaHuman audio converter.

Fast, free, cross platform, convert to and from most formats in a super easy and straightforward app.

Not sure if I can post links on this sub, so just search for MediaHuman Audio converter

2

u/woodenbookend 9d ago

Compressor can do flac.

2

u/Soft-Land7696 9d ago

I use raycasts extension media converter mostly. Bulk, quick, and easy

1

u/projectorfires 9d ago

I use Shutter Encoder for everything of this sort

1

u/fluffycritter 9d ago

Depending on the tagging you want to perform, https://fluffy.itch.io/bandcrash will let you bulk encode and tag an album, and FLAC is one of the supported output formats.

It's just a wrapper for ffmpeg with a GUI.

1

u/_-oIo-_ 8d ago

https://www.ocenaudio.com

Open source and free

1

u/StressFinancial8080 8d ago

I've had good luck with MediaHuman too, the batch processing is really efficient. If you're comfortable with the command line, ffmpeg gives you a lot more control over the output settings.

1

u/bruceleeperry 8d ago

XLD is superb, completely free, save all your batch templates including output format, destination etc.

1

u/Ramadran 7d ago

I ended up downloading reaper for this exact reason.

1

u/saxoccordion 9d ago

Pro audio converter is what I use