diff options
author | Gyan Doshi <ffmpeg@gyani.pro> | 2020-01-26 20:32:18 +0530 |
---|---|---|
committer | Gyan Doshi <ffmpeg@gyani.pro> | 2020-03-06 11:05:30 +0530 |
commit | cfd9a6590365e1b5f4a43387555e5747d3990d31 (patch) | |
tree | 5b0eb130a452cd514b75cd4e1202b0032e45ca93 /doc/muxers.texi | |
parent | a88a3cdb4b166c83b823d34abe8a7a6743c7ebd5 (diff) | |
download | ffmpeg-cfd9a6590365e1b5f4a43387555e5747d3990d31.tar.gz |
doc/demuxers: update mov section
Add details and all options for mov.c demuxer.
Diffstat (limited to 'doc/muxers.texi')
-rw-r--r-- | doc/muxers.texi | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/doc/muxers.texi b/doc/muxers.texi index 72b8b54cb1..d304181671 100644 --- a/doc/muxers.texi +++ b/doc/muxers.texi @@ -1506,13 +1506,6 @@ point on IIS with this muxer. Example: ffmpeg -re @var{<normal input/transcoding options>} -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: |