/mp3c

Compress mp3 files to reduce their size

Primary LanguagePythonApache License 2.0Apache-2.0

mp3c

Compress mp3 files to reduce their size. By default, the target frame rate will be 11025hz.

Usage:

  • Compress all mp3 files in the current directory
$ mp3c.py *
  • Compress sample.mp3 file
$ mp3c.py sample1.mp3 sample2.mp3

Requirements to run the script:

$ brew install ffmpeg --with-libvorbis --with-ffplay --with-theora
$ pip install pydub