Opened 5 years ago

Last modified 4 years ago

#7615 open enhancement

Support converting *TO* AAX (Audible's proprietary format)

Reported by: C0rn3j Owned by:
Priority: wish Component: avformat
Version: git-master Keywords: aax
Cc: Blocked By:
Blocking: Reproduced by developer: no
Analyzed by developer: no

Description

Support was added at some point to convert from AAX to other formats. This works great.

https://ffmpeg.org/ffmpeg-all.html#Audible-AAX

However, ffmpeg does not appear to support converting TO this format.

Why is this needed? Some devices do not ship with a music player, and the only way to play audio is through Audible's app, which in turn does not seem to recognize any audio files besides their own proprietary ones. Example of this device would be Kindle Paperwhite 4 (10th gen), which let's you play audio through Bluetooth, but only through Audible.

Converting FROM AAX works great -

%  ffmpeg -activation_bytes aabbccdd -i Anomaly_B074TZ7Q5Q.aax -vn -c:a copy output.mp4
ffmpeg version n4.1 Copyright (c) 2000-2018 the FFmpeg developers
  built with gcc 8.2.1 (GCC) 20180831

Converting TO AAX however -

%  ffmpeg -activation_bytes aabbccdd -i output.mp4 -vn -c:a copy output.aax
...
[NULL @ 0x562448a9bac0] Unable to find a suitable output format for 'output.aax'
output.aax: Invalid argument

Change History (6)

comment:1 by Elon Musk, 5 years ago

Resolution: wontfix
Status: newclosed

No reason to write DRM files.

comment:2 by C0rn3j, 5 years ago

What do you mean no reason? I explained a valid use case in the OP.

comment:3 by Carl Eugen Hoyos, 5 years ago

Component: undeterminedavformat
Keywords: audible removed
Priority: normalwish
Version: unspecifiedgit-master

I believe this ticket has similarities with a valid enhancement request.

comment:4 by Carl Eugen Hoyos, 5 years ago

Resolution: wontfix
Status: closedreopened

comment:5 by Ekevoo, 5 years ago

This limitation affects me, too. I didn't find a non-disruptive button to signal that, so I'm posting a comment.

Note: See TracTickets for help on using tickets.