wiki-grav/pages/04.other/media-ripping/audiobook-ripping/default.en.md

672 B

title visible
Audiobook Ripping true

[toc]

Audible

  1. Get your Audible activation data
  2. Convert the downloaded .aax file

Audible activation data

Multiple possible ways exist to extract activation data from Audible .aax-files

The simples way is just using this AAX checksum resolver
Alternatively audible-activator can be used as well

Convert AAX file

Using ffmpeg and the activation bytes, a file can easily be convertet to m4b

[shuser]

ffmpeg -activation_bytes [XXXXXXXX] -i [Audiobook].aax -c copy [Audiobook].m4b

[/shuser]