Git Product home page Git Product logo

convert_audible_aax_to_m4b's Introduction

About

The Script Generator Script will create a personalized Script to Process all your AAX Files from Audible in a Folder with ffmpeg.

  • This script will convert them to M4B Files.
  • It will keep the original Filename, Meta Data, Images and Chapters contained in the AAX File.
  • It will delete the AAX Files once processed.

Requirements

This Script Requires FFMPEG to be installed on your host.

To clone the repositroy you need GIT.

Alternatively do the manual Script setup below!

The following only needs to be done once to retrieve your activation_bytes if you don't have them:

This Script also requires your personal Activation Bytes to decrypt you Files.

To retrieve you activation Bytes you can use the Following repository --> https://github.com/inAudible-NG/tables

Optional

I followed along the following Video -> https://www.youtube.com/watch?v=4bB6phEtDFI

Usage on Linux

Clone the Repository
git clone https://github.com/Poizunlol/Convert_Audible_AAX_to_M4B

Go to Folder "Convert_Audible_AAX_to_M4B"

cd Convert_Audible_AAX_to_M4B/

Make Script Executable

chmod +x scriptcreatorscript.sh

Execute Script

.scriptcreatorscript.sh

Move the finished Script to the location of aax Files

mv yourscriptname.sh /your/path/to/the/files

Manual Script creation:

Just create a script locally, copy paste the script and put in you activation_bytes:

for file in *.aax; do
  ffmpeg -activation_bytes 12345678 -i "$file" -c copy "${file%.aax}.m4b"
  rm "$file"
done

Don't forget to make it executable:

chmod +x yourscript.sh

Execute Script

.yourscript.sh

convert_audible_aax_to_m4b's People

Contributors

poizunlol avatar

Watchers

 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.