make-mp3
After writing the make-flac
python script, I adapted a copy to use
LAME to generate variable bitrate MP3 files instead.
You can find make-mp3.py on github. Apart from python (version 3) it requires LAME.
Note
The script is now compatible with both Python 2 and Python 3. But is uses the latter by default. Change the first line of the script if you want to use Python 2. In that case you should also add the following line to the script:
from __future__ import print_function
For comments, please send me an e-mail.
Related articles
- Simple setup.py for python scripts
- img4latex
- Opening files from the command line
- Generate random passwords
- vid2mkv