[FFmpeg-devel] [PATCH v3] Add support for Audible AAX (and AAX+) files

Hendrik Leppkes h.leppkes at gmail.com
Sun Jul 12 11:43:11 CEST 2015


On Sun, Jul 12, 2015 at 7:37 AM, Vesselin Bontchev
<vesselin.bontchev at yandex.com> wrote:
> Hi,
>
> I have uploaded some Audible samples to the https://gitlab.com/vesselin.bontchev/audible-samples/ page.
>
> Currently only .aax files are supported, see https://en.wikipedia.org/wiki/Audible.com#Quality page for more information.
>
> $ export activation_bytes=62689101
>
> # ffmpeg -i Audible_AAX_sample_62689101.aax -vn -c:a copy -v debug output.mp4
>

Adding an option to the demuxer that accepts the activation bytes
would seem like a better idea than trying to use getenv, imho.
This would more easily allow using it from other applications.

- Hendrik


More information about the ffmpeg-devel mailing list