Skip to content

easy4u/mp3c

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Compress mp3 files to reduce their size

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages