From 0a551cbe97e01e8b6426560bbdda2c28f22f0fb9 Mon Sep 17 00:00:00 2001 From: Vesselin Bontchev Date: Sat, 11 Jul 2015 18:02:47 +0000 Subject: Add support for Audible AAX (and AAX+) files Signed-off-by: Michael Niedermayer --- doc/general.texi | 2 ++ doc/muxers.texi | 7 +++++++ 2 files changed, 9 insertions(+) (limited to 'doc') diff --git a/doc/general.texi b/doc/general.texi index dc22d90..617be66 100644 --- a/doc/general.texi +++ b/doc/general.texi @@ -226,6 +226,8 @@ library: @item 4xm @tab @tab X @tab 4X Technologies format, used in some games. @item 8088flex TMV @tab @tab X +@item AAX @tab @tab X + @tab Audible Enhanced Audio format, used in audiobooks. @item ACT Voice @tab @tab X @tab contains G.729 audio @item Adobe Filmstrip @tab X @tab X diff --git a/doc/muxers.texi b/doc/muxers.texi index 8e3eb4b..ccd222c 100644 --- a/doc/muxers.texi +++ b/doc/muxers.texi @@ -667,6 +667,13 @@ point on IIS with this muxer. Example: ffmpeg -re @var{} -movflags isml+frag_keyframe -f ismv http://server/publishingpoint.isml/Streams(Encoder1) @end example +@subsection Audible AAX + +Audible AAX files are encrypted M4B files, and they can be decrypted by specifying a 4 byte activation secret. +@example +ffmpeg -activation_bytes 1CEB00DA -i test.aax -vn -c:a copy output.mp4 +@end example + @section mp3 The MP3 muxer writes a raw MP3 stream with the following optional features: -- cgit v1.1