diff mbox series

[FFmpeg-devel,v2,2/2] docs: muxers: document ADTS muxer options

Message ID 20200829115714.17168-2-epirat07@gmail.com
State Superseded
Headers show
Series [FFmpeg-devel] adtsenc: Add ability to specify MPEG ID | expand

Checks

Context Check Description
andriy/default pending
andriy/make success Make finished
andriy/make_fate success Make fate finished

Commit Message

Marvin Scholz Aug. 29, 2020, 11:57 a.m. UTC
---
 doc/muxers.texi | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)
diff mbox series

Patch

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.
 
+@anchor{adts}
+@section adts
+
+Audio Data Transport Stream muxer.
+
+The ADTS format is used for streaming AAC audio over the internet
+and in the TS format.
+
+@subsection Options
+
+It accepts the following options:
+
+@table @option
+@item write_id3v2
+Enable ID3v2 tags writing when set to 1. Default is 0 (disabled).
+
+@item write_apetag
+Enable APE tags writing when set to 1. Default is 0 (disabled).
+
+@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).
+
+@end table
+
 @anchor{aiff}
 @section aiff