diff options
author | Karthick J | 2019-03-21 11:47:08 +0530 |
---|---|---|
committer | Karthick J | 2019-04-02 11:16:06 +0530 |
commit | 6aeaac3e1c40a7e0691a8accb90adc29c6b4bc23 (patch) | |
tree | 107f3577db221de4072e0fd640a817edb6498d54 /doc | |
parent | 3d0894990d174b1328a2c31e40b3efce13efbe53 (diff) |
avformat/dashenc: Add support for Global SIDX
Diffstat (limited to 'doc')
-rw-r--r-- | doc/muxers.texi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/muxers.texi b/doc/muxers.texi index aac7d94edf..83ae017d6c 100644 --- a/doc/muxers.texi +++ b/doc/muxers.texi @@ -293,6 +293,9 @@ Set container format (mp4/webm) options using a @code{:} separated list of key=value parameters. Values containing @code{:} special characters must be escaped. +@item -global_sidx @var{global_sidx} +Write global SIDX atom. Applicable only for single file, mp4 output, non-streaming mode. + @item -dash_segment_type @var{dash_segment_type} Possible values: @item auto |