On Sun, Jul 12, 2015 at 7:37 AM, Vesselin Bontchev
<vesselin.bontc...@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
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Reply via email to