Skip to content

Python script that convert all the .flac files in a dir and all the subdirs in .mp3

Notifications You must be signed in to change notification settings

alem1105/flac-to-mp3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Installation

You need to install those packages:

  • Pydub:
pip install pydub
  • mutagen:
pip install mutagen
  • tqdm:
pip install tqdm

How to use

  • You can use this script in cmd like this:
python main.py $dir $n_threads

Replace $dir with the path of the dir you want to convert and n_threads with the number of threads to use (default = 4)

  • You can run it and follow the instructions

P.S.

I wrote that for personal-use, it just need to work for me 🙃

About

Python script that convert all the .flac files in a dir and all the subdirs in .mp3

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages