AAXtoMP3
AAXtoMP3 copied to clipboard
Convert Audible's .aax filetype to MP3, FLAC, M4A, or OPUS
Fixes #210. I think this is more like a hack, but it does produce more sensible results.
I think I've hit a rare edge case here, but I'm getting Syntax error at Line 811 when parsing a certain image. The relevant lines are below: https://github.com/KrumpetPirate/AAXtoMP3/blob/f65fddebc28b4baab90d21e22f9f7eebd90f89b5/AAXtoMP3#L810-L811 For a...
Hi, Trying to add cover art fails if aax is chaptered. It tried to add cover to the original file instead of all chaptered files Here is what happened :...
The instructions say: `You will need your authentication code that comes from Audible's servers. This will be used by ffmpeg to perform the initial audio convert. You can obtain this...
When creating chapters aborted without error I removed `-loglevel quiet` from line 868 to get this. Windows 10, git bash, fixed lines 211-213 to also use linux commands. ``` =End============================================================================...
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`
Hello, First of all thanks a lot for this amazing work. I would like to ask for a help. I am able to convert my books from aax to opus...
I tried to convert an aax audiobook with following command: ```./AAXtoMP3 -e:m4a --chaptered --authcode xxxx000x --target_dir ~/Musik/ ~/Downloads/audiobookname.aax``` I also tried exchanging the -e:m4a flag with --aac before the --chaptered...
For at least `aac` I would like to have the images copied from the `.aax` file to the `.m4b` output. Currently the cover is used only for `mode=chaptered`. Maybe the...
When I run: `./AAXtoMP3 --authcode 9xxxxxx ~/Desktop/audio/book.aax ` I get the follwing error. `./AAXtoMP3: line 500: 09: value too great for base (error token is "09")` I can't seem to...