Skip to content
This repository has been archived by the owner on Apr 23, 2023. It is now read-only.

Error when trying to decode .aaxc #179

Open
dfdy opened this issue Oct 30, 2021 · 3 comments
Open

Error when trying to decode .aaxc #179

dfdy opened this issue Oct 30, 2021 · 3 comments

Comments

@dfdy
Copy link

dfdy commented Oct 30, 2021

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
Copy link
Owner

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
Copy link
Contributor

fabh2o commented Oct 30, 2021

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
Copy link
Author

dfdy commented Oct 30, 2021

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants