From charlesreid1

No edit summary
No edit summary
 
Line 1: Line 1:
To extract audio from Audible books:
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.
* Go to My Library page in Audible [https://www.audible.com/lib?ref=a_account_o_t1_navTop_pl1r0&pf_rd_p=666b4780-2d9e-42a1-a17e-7de31b2958ce&pf_rd_r=YNCTQ2RGBFXXJACECYN4&] and download your audio books by clicking the Download button. 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 the inAudible oranization's audible-activator repository [https://github.com/inAudible-NG/audible-activator] 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 [https://ffmpeg.org/ffmpeg-all.html#Audible-AAX]


Nice short step by step [https://apple.stackexchange.com/questions/222917/how-do-i-use-ffmpeg-to-convert-audible-files]
Nice short step by step [https://apple.stackexchange.com/questions/222917/how-do-i-use-ffmpeg-to-convert-audible-files]
[[Category:Reading]]
[[Category:Ffmpeg]]
[[Category:Audible]]

Latest revision as of 19:44, 11 February 2018

To extract audio from Audible books:

  • Go to My Library page in Audible [1] and download your audio books by clicking the Download button. They will be downloaded as .aax files.
  • Use the inAudible oranization's audible-activator repository [2] to extract your activation bytes from Audible's servers
  • Use ffmpeg to decrypt the audio from the file [3]

Nice short step by step [4]