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

2015-07-18 Thread Vesselin Bontchev
18.07.2015, 13:03, "Paul B Mahol" : > Dana 18. 7. 2015. 11:46 osoba "Vesselin Bontchev" < > vesselin.bontc...@yandex.com> napisala je: >>  18.07.2015, 01:45, "Michael Niedermayer" : >>  > On Thu, Jul 16, 2015 at 03:57:26AM +0300, Vesselin Bontchev wrote: >>  >> + // extracted from libAAX_SDK.so and

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

2015-07-18 Thread Vesselin Bontchev
18.07.2015, 01:45, "Michael Niedermayer" : > On Thu, Jul 16, 2015 at 03:57:26AM +0300, Vesselin Bontchev wrote: >>  + // extracted from libAAX_SDK.so and AAXSDKWin.dll files! > >>  + uint8_t fixed_key[] = { 0x77, 0x21, 0x4d, 0x4b, 0x19, 0x6a, 0x87, 0xcd, >>  + 0x52, 0x00, 0x45, 0xfd, 0x20, 0xa5, 0x

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

2015-07-18 Thread Paul B Mahol
Dana 18. 7. 2015. 11:46 osoba "Vesselin Bontchev" < vesselin.bontc...@yandex.com> napisala je: > > 18.07.2015, 01:45, "Michael Niedermayer" : > > On Thu, Jul 16, 2015 at 03:57:26AM +0300, Vesselin Bontchev wrote: > >> + // extracted from libAAX_SDK.so and AAXSDKWin.dll files! > > > >> + uint8_t f

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

2015-07-17 Thread Michael Niedermayer
On Thu, Jul 16, 2015 at 03:57:26AM +0300, Vesselin Bontchev wrote: > Hi, > > A sample Audible .aax file can be downloaded from the following link, > > https://gitlab.com/vesselin.bontchev/audible-samples/tree/master > > Usage, > > ffmpeg -activation_bytes 62689101 -i Audible_AAX_sample_62689101

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

2015-07-16 Thread Vesselin Bontchev
16.07.2015, 03:58, "Vesselin Bontchev" : > Hi, > > A sample Audible .aax file can be downloaded from the following link, > > https://gitlab.com/vesselin.bontchev/audible-samples/tree/master > > Usage, > > ffmpeg -activation_bytes 62689101 -i Audible_AAX_sample_62689101.aax -vn -c:a > copy -v debug

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

2015-07-15 Thread Vesselin Bontchev
Hi, A sample Audible .aax file can be downloaded from the following link, https://gitlab.com/vesselin.bontchev/audible-samples/tree/master Usage, ffmpeg -activation_bytes 62689101 -i Audible_AAX_sample_62689101.aax -vn -c:a copy -v debug output.mp4 Thanks, VesselinFrom 933c6d8fd44ff4683e16fbe