summaryrefslogtreecommitdiff
path: root/doc/muxers.texi
diff options
context:
space:
mode:
authorkjeyapal@akamai.com <kjeyapal@akamai.com>2018-12-06 12:58:01 +0530
committerKarthick J <kjeyapal@akamai.com>2018-12-11 10:52:16 +0530
commit1d01ab399fc7188478eb60753b39dc198df81843 (patch)
treec729ebef8eafff65a8f9d07ca49ba0887a8a3361 /doc/muxers.texi
parent0e8eb07980de828569aedecc84b74259401cd4c1 (diff)
avformat/movenc: Added an option to disable SIDX atom
Diffstat (limited to 'doc/muxers.texi')
-rw-r--r--doc/muxers.texi4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/muxers.texi b/doc/muxers.texi
index db905e3a05..809f88662e 100644
--- a/doc/muxers.texi
+++ b/doc/muxers.texi
@@ -1330,6 +1330,10 @@ more efficient), but with this option set, the muxer writes one moof/mdat
pair for each track, making it easier to separate tracks.
This option is implicitly set when writing ismv (Smooth Streaming) files.
+@item -movflags skip_sidx
+Skip writing of sidx atom. When bitrate overhead due to sidx atom is high,
+this option could be used for cases where sidx atom is not mandatory.
+When global_sidx flag is enabled, this option will be ignored.
@item -movflags faststart
Run a second pass moving the index (moov atom) to the beginning of the file.
This operation can take a while, and will not work in various situations such