Python script to convert media from one format to another
WIP
Prerequisites
Installation on windows
-
tkinter
-
ffmpeg
pip install tkinter ffmpeg
Installation on linux
Debian - sudo apt-get install python3-tk
Fedora - sudo dnf install python3-tkinter
Make sure you change the following:
input_directory = r" Specify the directory containing the songs "
output_format = "mp4" Replace this with the desired format eg "ogg" "mp3" "wav"