/aax-to-mp3

Dockerized web service for converting Audible AAX files to MP3

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

aax-to-mp3

Simple dockerized Node.js web service for converting an AAX file into an MP3 file.

Usage

Install Docker, then run:

$ docker run -p 80:80 sebelino/aax-to-mp3

Then fire up http://localhost/ in your browser.

Usage example

Select your AAX file and click Convert. The whole conversion should take 5-10 minutes.

The MP3 file will be downloaded when processing is complete.

Manual installation

Install Docker, then build the image yourself:

$ git clone git@github.com:Sebelino/aax-to-mp3
$ cd aax-to-mp3
$ docker build -t sebelino/aax-to-mp3 .