You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
6f78e17a59 | 1 year ago | |
---|---|---|
aax_inputs | 1 year ago | |
m4b_outputs | 1 year ago | |
tables | 1 year ago | |
.gitignore | 1 year ago | |
Alex Audible Account Daten.txt | 1 year ago | |
AudibleConverter.py | 1 year ago | |
LICENSE | 1 year ago | |
README.md | 1 year ago |
README.md
AudibleConverter
Konvertiert aax-Files von Audible Hörbüchern zu m4b-Files. Podcasts müssen leider weiterhin aufgenommen werden.
Vorraussetzungen
OS: Vorzusweise Linux (Windows WSL geht auch)
Folgendes muss vorhanden/installiert sein:
- Python (möglichst neu)
sudo apt-get install python3 python3-pip
- ffmpeg
sudo apt-get install ffmpeg
// Wenn auf WSL:
sudo add-apt-repository ppa:mc3man/trusty-media
sudo apt-get update
sudo apt-get dist-upgrade
sudo apt-get install ffmpeg
Nutzung
- In Audible einloggen
- Ein Hörbuch herunterladen (aax-File)
- aax-File verschieben nach aax_inputs
- python3 AudibleConvert.py decrypt aax_inputs/HörbuchName.aax UserProfilName
- python3 AudibleConvert.py convert aax_inputs/HörbuchName.aax UserProfilName
Nach Konvertierung ist ein HörbuchName.m4b Hörbuch-File in m4b_outputs zu finden.