KrumpetPirate / AAXtoMP3

Convert Audible's .aax filetype to MP3, FLAC, M4A, or OPUS
https://krumpetpirate.github.io/AAXtoMP3/
Do What The F*ck You Want To Public License
1.21k stars 173 forks source link

Error when trying to decode .aaxc #179

Open dfdy opened 2 years ago

dfdy commented 2 years ago

When trying to decode .aaxc files I receive the following error:

ERROR: Invalid File: filename.aaxc Failed to set value 'dc6a163dd68dd1ba25ae3eb71fcd4421' for option 'audible_key': Option not found

KrumpetPirate commented 2 years ago

Can you provide the output when you run the script with the -l 3 mode enabled? Please also provide the options you were attempting to use.

fabh2o commented 2 years ago

You probably have an old ffmpeg version, the support for decrypting aaxc files has been added in ffmpeg 4.4. You can check the version with ffmpeg -version See issue #174

dfdy commented 2 years ago

Ah, indeed. I have 4.2.4. Here I was blindly trusting that my repo would have the right version.

EDIT: Can confirm that upgrading ffmpeg to 4.4 worked.