▲ 1 r/ffmpeg
Help with batch conversions
I'm trying to convert a bunch of audio files to a lower quality audio with this command
ffmpeg -i *.mp3 -c:a libopus -b:a 64k -sample_fmt s16 -ar 48000 *.opus
but i just don't know how i would automate the process
I'm on Linux if that helps
u/eightdigger — 11 days ago