[FFmpeg-user] Converting Audible AAX
Paul W
kiwigadgaholic at gmail.com
Sat Jan 2 00:37:53 CET 2016
Hi,
I am trying to use to new ffmpeg Audible AAX decoder.
The ffmpeg docs mention the -activation_bytes option, but ffmpeg keeps
throwing an error when I use it.
http://ffmpeg.org/ffmpeg-all.html#Audible-AAX
I have tried ffmpeg 2.7, 2.8.4 and the latest snapshot. None seem to work.
What am I doing wrong?
This is an example of the error I get
$ ffmpeg -activation_bytes xxxxxxxx -i example.aax -vn -c:a copy
example.mp4a
ffmpeg version N-77737-gb0e23f2-tessus Copyright (c) 2000-2015 the FFmpeg
developers
built with Apple LLVM version 6.0 (clang-600.0.57) (based on LLVM 3.5svn)
configuration: --cc=/usr/bin/clang --prefix=/opt/ffmpeg --as=yasm
--extra-version=tessus --enable-avisynth --enable-fontconfig --enable-gpl
--enable-libass --enable-libbluray --enable-libfreetype --enable-libgsm
--enable-libmodplug --enable-libmp3lame --enable-libopencore-amrnb
--enable-libopencore-amrwb --enable-libopus --enable-libschroedinger
--enable-libsoxr --enable-libspeex --enable-libtheora --enable-libvidstab
--enable-libvo-aacenc --enable-libvo-amrwbenc --enable-libvorbis
--enable-libvpx --enable-libwavpack --enable-libx264 --enable-libx265
--enable-libxavs --enable-libxvid --enable-libzmq --enable-version3
--disable-ffplay --disable-indev=qtkit --disable-indev=x11grab_xcb
libavutil 55. 11.100 / 55. 11.100
libavcodec 57. 20.100 / 57. 20.100
libavformat 57. 21.100 / 57. 21.100
libavdevice 57. 0.100 / 57. 0.100
libavfilter 6. 22.100 / 6. 22.100
libswscale 4. 0.100 / 4. 0.100
libswresample 2. 0.101 / 2. 0.101
libpostproc 54. 0.100 / 54. 0.100
Option activation_bytes not found.
Thank you.
More information about the ffmpeg-user
mailing list