User Tools

Site Tools


convert_.aax_to_.mp3

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
convert_.aax_to_.mp3 [2024/12/17 08:47] albanconvert_.aax_to_.mp3 [2024/12/17 12:01] (current) – [Convert .aax (Audible audiobook format) to .mp3/m4b etc. (on ArchLinux):] alban
Line 2: Line 2:
  
 ==== Convert .aax (Audible audiobook format) to .mp3/m4b etc. (on ArchLinux):==== ==== Convert .aax (Audible audiobook format) to .mp3/m4b etc. (on ArchLinux):====
 +
 +// This tutorial is for arch linux, but you can adapt easily for others distros //
  
 === 1) Install aaxtomp3 === === 1) Install aaxtomp3 ===
Line 11: Line 13:
 Install the dependencies: Install the dependencies:
  
-    ''yay -Sy mp4v2-utils '' +  *     ''yay -Sy mp4v2-utils '' 
-    ''yay -Sy mediainfo''+      ''yay -Sy mediainfo''
  
 === 2) Install the package that retrieves the Audible authentication code to enable conversion (thanks to Audible for making it so easy for us...) === === 2) Install the package that retrieves the Audible authentication code to enable conversion (thanks to Audible for making it so easy for us...) ===
  
 https://github.com/mkb79/audible-cli?tab=readme-ov-file https://github.com/mkb79/audible-cli?tab=readme-ov-file
- +  *  
-    ''yay -Sy python-pipx'' +      ''yay -Sy python-pipx'' 
-    ''pipx install audible-cli'' +      ''pipx install audible-cli'' 
-    ''pipx list'' then go to the directory ''apps are exposed on your $PATH at'' +      ''pipx list'' then go to the directory ''apps are exposed on your $PATH at'' 
-    ''./audible-quickstart'' (for interactive installation). (This will create files in a ''.audible'' folder) +      ''./audible-quickstart'' (for interactive installation). (This will create files in a ''.audible'' folder) 
-    Retrieve the famous Audible authentication code: ''./audible activation-bytes''+      Retrieve the famous Audible authentication code: ''./audible activation-bytes''
  
 Now that we have ''aaxtomp3'' and our ''activation-bytes'', go to the folder where the ''.aax'' file to be converted is located and run: Now that we have ''aaxtomp3'' and our ''activation-bytes'', go to the folder where the ''.aax'' file to be converted is located and run:
-<code> AAXtoMP3 -e:m4a -A activation-bytes -d audiobook.aax +<code>AAXtoMP3 -e:m4b -A activation-bytes -d audiobook.aax 
 OR  OR 
 bash AAXtoMP3 -e:m4b -A activation-bytes -d audiobook.aax </code> bash AAXtoMP3 -e:m4b -A activation-bytes -d audiobook.aax </code>
  
-Note: Enter the ''activation-bytes'' code as is (without quotes).+**Note:** Enter the ''activation-bytes'' code as is (without quotes).
  
  
convert_.aax_to_.mp3.1734425254.txt.gz · Last modified: by alban