summaryrefslogtreecommitdiff
path: root/doc/muxers.texi
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-08-22 13:37:16 +0200
committerMichael Niedermayer <michaelni@gmx.at>2013-08-22 13:37:16 +0200
commitd68adbd666cbc1180380034324d86cb31f1f77ae (patch)
tree15d9f11e9e9f3fb6ec6c9a15a5d9848e379364ed /doc/muxers.texi
parent221a99aae767961c7567dc222f74b778581c9458 (diff)
parentf8ef91ff3d6bb83d601d816ef9368f911021c64b (diff)
Merge commit 'f8ef91ff3d6bb83d601d816ef9368f911021c64b'
* commit 'f8ef91ff3d6bb83d601d816ef9368f911021c64b': movenc: add faststart option for web streaming Conflicts: doc/muxers.texi libavformat/movenc.c libavformat/movenc.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'doc/muxers.texi')
-rw-r--r--doc/muxers.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/muxers.texi b/doc/muxers.texi
index 4fa9f11f50..73e4c54958 100644
--- a/doc/muxers.texi
+++ b/doc/muxers.texi
@@ -451,8 +451,8 @@ 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 moov atom on top of the file. This
-operation can take a while, and will not work in various situations such
+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.
@item -movflags rtphint
Add RTP hinting tracks to the output file.