From f8ef91ff3d6bb83d601d816ef9368f911021c64b Mon Sep 17 00:00:00 2001 From: Clément Bœsch Date: Mon, 19 Aug 2013 16:05:31 -0700 Subject: movenc: add faststart option for web streaming MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Faststart moves the moov atom to the beginning of the file and rewrites the rest of the file after muxing is complete. Signed-off-by: Martin Storsjö --- 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 742e72aa02..6e06e463f1 100644 --- a/doc/muxers.texi +++ b/doc/muxers.texi @@ -239,6 +239,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 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 +as fragmented output, thus it is not enabled by default. @end table Smooth Streaming content can be pushed in real time to a publishing -- cgit v1.2.3