doc/muxer/adts: apply consistency fixes

release/7.0
Stefano Sabatini 12 months ago
parent bdb1738cda
commit 4d54f022b3
  1. 17
      doc/muxers.texi

@ -515,24 +515,23 @@ default is @code{false}
@anchor{adts} @anchor{adts}
@section adts @section adts
Audio Data Transport Stream muxer.
Audio Data Transport Stream muxer. It accepts a single AAC stream. It accepts a single AAC stream.
@subsection Options @subsection Options
It accepts the following options:
@table @option @table @option
@item write_id3v2 @var{bool} @item write_id3v2 @var{bool}
Enable to write ID3v2.4 tags at the start of the stream. Default is disabled. Enable to write ID3v2.4 tags at the start of the stream. Default is
disabled.
@item write_apetag @var{bool} @item write_apetag @var{bool}
Enable to write APE tags at the end of the stream. Default is disabled. Enable to write APE tags at the end of the stream. Default is
disabled.
@item write_mpeg2 @var{bool} @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. Enable to set MPEG version bit in the ADTS frame header to 1 which
indicates MPEG-2. Default is 0, which indicates MPEG-4.
@end table @end table
@anchor{aiff} @anchor{aiff}

Loading…
Cancel
Save