[FFmpeg-cvslog] doc/muxers: add entry for ADTS muxer

Gyan Doshi git at videolan.org
Mon Apr 26 14:14:33 EEST 2021


ffmpeg | branch: master | Gyan Doshi <ffmpeg at gyani.pro> | Mon Apr 26 16:56:19 2021 +0530| [343d54a73337f25fe802fc588bc163bab023c12f] | committer: Gyan Doshi

doc/muxers: add entry for ADTS muxer

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=343d54a73337f25fe802fc588bc163bab023c12f
---

 doc/muxers.texi | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/doc/muxers.texi b/doc/muxers.texi
index 93f79274b6..4ad41a0988 100644
--- a/doc/muxers.texi
+++ b/doc/muxers.texi
@@ -24,6 +24,28 @@ A description of some of the currently available muxers follows.
 
 A64 muxer for Commodore 64 video. Accepts a single @code{a64_multi} or @code{a64_multi5} codec video stream.
 
+ at anchor{adts}
+ at section adts
+
+Audio Data Transport Stream muxer. It accepts a single AAC stream.
+
+ at subsection Options
+
+It accepts the following options:
+
+ at table @option
+
+ at item write_id3v2 @var{bool}
+Enable to write ID3v2.4 tags at the start of the stream. Default is disabled.
+
+ at item write_apetag @var{bool}
+Enable to write APE tags at the end of the stream. Default is disabled.
+
+ at item write_mpeg2 @var{bool}
+Enable to set MPEG version bit in the ADTS frame header to 1 which indicates MPEG-2. Default is 0, which indicates MPEG-4.
+
+ at end table
+
 @anchor{aiff}
 @section aiff
 



More information about the ffmpeg-cvslog mailing list