Audible: Difference between revisions
From charlesreid1
(Created page with "To extract audio from Audible books: * Go to My Library page in Audible and download your audio books. They will be downloaded as .aax files. * Use the inAudible oranization's...") |
No edit summary |
||
| Line 3: | Line 3: | ||
* Use the inAudible oranization's audible-activator repository to extract your activation bytes from Audible's servers | * Use the inAudible oranization's audible-activator repository to extract your activation bytes from Audible's servers | ||
* Use ffmpeg to decrypt the audio from the file | * Use ffmpeg to decrypt the audio from the file | ||
Nice short step by step [https://apple.stackexchange.com/questions/222917/how-do-i-use-ffmpeg-to-convert-audible-files] | |||
Revision as of 19:42, 11 February 2018
To extract audio from Audible books:
- Go to My Library page in Audible and download your audio books. They will be downloaded as .aax files.
- Use the inAudible oranization's audible-activator repository to extract your activation bytes from Audible's servers
- Use ffmpeg to decrypt the audio from the file
Nice short step by step [1]