Batch convert (decode) audio into multiple formats with ffmpeg
3
votes
2
answers
8694
views
I have a directory with a bunch of CD quality (16bit 44100Hz) wave-files.
How can I batch decode those into different formats (lets say FLAC, OGG and MP3) using ffmpeg?
----------
**Update:** here are the commands one by one as suggested by @StephenHarris
ffmpeg -i input.wav output.ogg
ffmpeg -i input.wav output.mp3
ffmpeg -i input.wav output.flac
Asked by nath
(6094 rep)
Dec 10, 2018, 12:20 AM
Last activity: Sep 24, 2021, 09:26 AM
Last activity: Sep 24, 2021, 09:26 AM