This is a simple script to convert audio files placed in the input folder to OGG.
-
You only need to install Python and
pydub. -
FFmpeg is required for the conversion.
-
Just place the files in the
inputfolder and runstart.bat. That's it.
-
Windows
-
Python (Recommended: 3.9+)
-
FFmpeg
-
Python Library:
pydub
python --version
pip install pydub
After installing FFmpeg, add the folder containing ffmpeg.exe (usually ...\\ffmpeg\\bin) to the environment variable PATH.
Installation Verification:
ffmpeg -version
-
Place the audio file to be converted into the
inputfolder. -
Run
start.bat.
Once the conversion is complete, an OGG file will be generated.
-
Check if FFmpeg is installed
-
Check if
ffmpeg\\binis registered in the PATH -
Open a new terminal and run
ffmpeg -versionagain
pip install pydub