I have many music files in flac format and I wanted to convert them to a more compressed mp3 format with ffmpeg on Ubuntu. To ease the conversion task, I decided to write this simple shell script to do the job https://bit.ly/3NOi8dH#Linux#Ubuntu#MP3
Shell script to batch bulk convert *.flac files to *.mp3
I have many music files in flac format and I wanted to convert them to a more compressed mp3 format with ffmpeg on Ubuntu so I can upload...