--- 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. +@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 -- 2.24.3 (Apple Git-128) _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".