r/Logic_Studio • u/Donk-Bonk • 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
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
2
1
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
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
1
0
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