KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
mp3c
★ 9
Open GitHub ↗
Compress mp3 files to reduce their size
Download README (.md)
Explore Similar Repositories
control_applications
:
control applications written in C using IgH EtherCAT Master Stack
SportsAdmin
:
Sports Administrator - Sports Carnival Management Software
Update-PlexMediaServer
:
PowerShell Function for automating Plex Media Server Updates
StreamFeel
:
Twitch chat analytics; filter garbage, see what people are feeling, and more using natural language processing.
tfwc
:
No description available.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
mp3c
?
Download (.md)
# 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 ```shell $ mp3c.py * ``` - Compress sample.mp3 file ```shell $ mp3c.py sample1.mp3 sample2.mp3 ``` Requirements to run the script: - Install [ffmpeg](https://ffmpeg.org/) ```shell $ brew install ffmpeg --with-libvorbis --with-ffplay --with-theora ``` - Install [pydub](https://github.com/jiaaro/pydub) ```shell $ pip install pydub ```