Git Product home page Git Product logo

aax2mp3_py's Introduction

AAX2MP3_py

This is a rough rewrite of KrumpetPirate AAXtoMP3 but in python. As with AAXtoMP3 you will need to use a tool like audible-activator to get the authcode needed to decrypt the audio.

An advantage this script has over the original is that it uses mp3splt to split the decrypted audio into chapter files which is much faster than using ffmpeg. A disadvantage this script has compared to the original is that it only supports MP3 output (for now)

Usage

usage: aax2mp3 [-h] [-a AUTH] [-f {mp3}] [-o OUTDIR] [-p PROCESSES] [-c] [-i]
               [-m] [-s] [-t] [-v] input [input ...]

positional arguments:
  input

optional arguments:
  -h, --help            show this help message and exit
  -a AUTH, --authcode AUTH
                        Authorization Bytes
  -f {mp3}, --format {mp3}
                        output format. Default: mp3
  -o OUTDIR, --outputdir OUTDIR
                        output directory. Default: Audiobooks
  -p PROCESSES, --processes PROCESSES
                        number of parallel transcoder processes to run.
                        Default: 1
  -c, --clobber         overwrite existing files
  -i, --coverimage      only extract cover image
  -m, --mono            downmix to mono
  -s, --single          don't split into chapters
  -t, --test            test input file(s)
  -v, --verbose         extra verbose output

To Do

  • support more audio formats
  • fix metadata (id3) generation

aax2mp3_py's People

Contributors

ckuethe avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.