Batch convert .wav to mp3 and ogg?
Fresh3 days ago
Mar 15, 202631049 viewsConfidence Score0%
0%
Problem
I have a few hundred .wav files that I need to convert to both ogg and mp3 format. Is there a way that I can do this in batch either from Audacity or from some other command line tool?
Unverified for your environment
Select your OS to check compatibility.
1 Fix
Canonical Fix
Unverified Fix
New Fix – Awaiting Verification
Fix for: Batch convert .wav to mp3 and ogg?
Low Risk
From a Unix-like (Linux, OSX, etc) commandline, ffmpeg can be used like this: This will convert every WAV in a directory into one MP3 and one OGG; note that it's case-sensitive (the above command will convert every file ending in .wav, but not .WAV)…
Awaiting Verification
Be the first to verify this fix
Sign in to verify this fix