All Projects → apfeltee → a2mp3

apfeltee / a2mp3

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

Programming Languages

shell
77523 projects
ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to a2mp3

libwinmedia
[Archived] A cross-platform simple media playback library for C/C++.
Stars: ✭ 35 (-18.6%)
Mutual labels:  mp3, ogg
URTube
URTube, a YouTube video to MP3 downloader built in NodeJs and Electron
Stars: ✭ 20 (-53.49%)
Mutual labels:  converter, mp3
lplayer
lplayer is a simple audio player for simply listening
Stars: ✭ 40 (-6.98%)
Mutual labels:  mp3, ogg
audio-metadata
A library for reading and, in the future, writing audio metadata. https://audio-metadata.readthedocs.io/
Stars: ✭ 41 (-4.65%)
Mutual labels:  mp3, ogg
Musicdownloader
Material design YouTube mp3/mp4 downloader
Stars: ✭ 70 (+62.79%)
Mutual labels:  converter, mp3
record-encode-audio-from-browser
Record/Encode Audio on Browser using the WebAudio API and "ported" libraries.
Stars: ✭ 55 (+27.91%)
Mutual labels:  mp3, ogg
recode-converter
A modern & simple audio converter for video files
Stars: ✭ 22 (-48.84%)
Mutual labels:  converter, audio-converter
sox.js
📢 NodeJS wrapper for the SoX audio tool
Stars: ✭ 18 (-58.14%)
Mutual labels:  mp3, ogg
Fast Youtube To Mp3 Converter Api
Very Fast YouTube to MP3 & MP4 Converter API
Stars: ✭ 69 (+60.47%)
Mutual labels:  converter, mp3
Axiom
An FFmpeg GUI for Windows
Stars: ✭ 560 (+1202.33%)
Mutual labels:  converter, mp3
y2mp3
An Electron app to download youtube playlist
Stars: ✭ 118 (+174.42%)
Mutual labels:  mp3, ogg
sox-stream
📣 A stream-friendly wrapper around SoX
Stars: ✭ 50 (+16.28%)
Mutual labels:  mp3, ogg
simple-web-audio-recorder-demo
A simple HTML/JS demo that uses WebAudioRecorder.js to record audio on a web page
Stars: ✭ 141 (+227.91%)
Mutual labels:  mp3, ogg
java-stream-player
🌌Java Advanced Audio Controller Library (WAV, AU, AIFF, MP3, OGG VORBIS, FLAC, MONKEY's AUDIO and SPEEX audio formats )
Stars: ✭ 112 (+160.47%)
Mutual labels:  mp3, ogg
acxi
acxi is an audio conversion tool that helps sync lossless to lossy formats.
Stars: ✭ 35 (-18.6%)
Mutual labels:  mp3, audio-converter
Recorder
html5 js 录音 mp3 wav ogg webm amr 格式,支持pc和Android、ios部分浏览器、和Hybrid App(提供Android IOS App源码),微信也是支持的,提供H5版语音通话聊天示例 和DTMF编解码
Stars: ✭ 2,891 (+6623.26%)
Mutual labels:  mp3, ogg
uos
United Open-libraries of Sound. United procedures for open-source audio libraries. For FPC/Lazarus/fpGUI/MSEgui.
Stars: ✭ 112 (+160.47%)
Mutual labels:  mp3, ogg
Freac
The fre:ac audio converter project
Stars: ✭ 518 (+1104.65%)
Mutual labels:  converter, mp3
Av Converter
[av-converter.com] Audio and Video Converter, and YouTube downloader. Convert to MP3, MP4, AAC, FLAC, AC3, WAV, etc.
Stars: ✭ 97 (+125.58%)
Mutual labels:  converter, mp3
nipper
🌶 💽 Nipper - Youtube playlist (& video) ripper
Stars: ✭ 23 (-46.51%)
Mutual labels:  mp3, ogg

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].