[FFmpeg-devel] [PATCH v2 2/2] docs: muxers: document ADTS muxer options
Marvin Scholz
epirat07 at gmail.com
Sat Aug 29 14:57:14 EEST 2020
---
doc/muxers.texi | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/doc/muxers.texi b/doc/muxers.texi
index 813b4678f4..ae8dcdd145 100644
--- a/doc/muxers.texi
+++ b/doc/muxers.texi
@@ -19,6 +19,31 @@ enabled demuxers and muxers.
A description of some of the currently available muxers follows.
+ at anchor{adts}
+ at section adts
+
+Audio Data Transport Stream muxer.
+
+The ADTS format is used for streaming AAC audio over the internet
+and in the TS format.
+
+ at subsection Options
+
+It accepts the following options:
+
+ at table @option
+ at item write_id3v2
+Enable ID3v2 tags writing when set to 1. Default is 0 (disabled).
+
+ at item write_apetag
+Enable APE tags writing when set to 1. Default is 0 (disabled).
+
+ at item write_mpeg2
+Switch to writing ADTS headers with the MPEG ID set to 1, for MPEG2,
+instead of the default of 0 for MPEG4. Default is 0 (disabled).
+
+ at end table
+
@anchor{aiff}
@section aiff
--
2.24.3 (Apple Git-128)
More information about the ffmpeg-devel
mailing list