Skip to content
/ a2mp3 Public

convert (nearly) every type of (audio)file to mp3 in a quick, easy, batch-enabled way!

Notifications You must be signed in to change notification settings

apfeltee/a2mp3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

a2mp3 - anything2mp3

a2mp3 makes converting wma, ogg, etc to mp3 as easy as it gets! It uses well established software, such as mplayer, lame and ffmpeg in an easy-to-use, portable bash script.

Using it is literally as easy as:

a2mp3 audiofile.wma
# output is written to audiofile.mp3

Batch conversion is just as easy:

a2mp3 directory/full/of/wma/files/*.wma
# the MP3 files are written in the same location!

If the program gettags is in your $PATH, a2mp3 will automatically adopt the tags from the source file (if any). This program, gettags, supports flac, ogg, and mp3 formats.

a2mp3 is written to be easily extended, and the code is well commented. So if it's missing a feature you miss, adding it is trivial.

About

convert (nearly) every type of (audio)file to mp3 in a quick, easy, batch-enabled way!

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published