Python script to convert m4a's to mp3's in bulk
Usage:
python convert.py
in folder with m4as you want convertedREQUIRES:
ffmpeg (https://ffmpeg.org/download.html)
pydub pip install pydub
Tested to work with webm also. Just replace extension on line 6 and 24. In theory it should also work with any other file type pydub allows.