From 1d01ab399fc7188478eb60753b39dc198df81843 Mon Sep 17 00:00:00 2001 From: "kjeyapal@akamai.com" Date: Thu, 6 Dec 2018 12:58:01 +0530 Subject: avformat/movenc: Added an option to disable SIDX atom --- doc/muxers.texi | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doc/muxers.texi') 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 -- cgit v1.2.3