Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRodger Combs <rodger.combs@gmail.com>2016-03-07 05:48:57 +0300
committerRodger Combs <rodger.combs@gmail.com>2016-04-02 21:31:26 +0300
commit4b150fbe1f3905f8245f63d74ff72f2ef92d9717 (patch)
tree706f96140c09e7f1b769f24c24a4ad2a18cfd9f0 /doc
parent5b4f44f66ae3c42b7497929b6ef5f67e8b1ff0ad (diff)
lavf/segment: add option to write empty filler segments as needed
Diffstat (limited to 'doc')
-rw-r--r--doc/muxers.texi5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/muxers.texi b/doc/muxers.texi
index c36c72c67c..2aafbad194 100644
--- a/doc/muxers.texi
+++ b/doc/muxers.texi
@@ -1238,6 +1238,11 @@ muxers/codecs. It is set to @code{0} by default.
@item initial_offset @var{offset}
Specify timestamp offset to apply to the output packet timestamps. The
argument must be a time duration specification, and defaults to 0.
+
+@item write_empty_segments @var{1|0}
+If enabled, write an empty segment if there are no packets during the period a
+segment would usually span. Otherwise, the segment will be filled with the next
+packet written. Defaults to @code{0}.
@end table
@subsection Examples