summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMichael Niedermayer <michael@niedermayer.cc>2016-05-25 17:55:29 +0200
committerMichael Niedermayer <michael@niedermayer.cc>2016-06-26 00:20:00 +0200
commitfdd8aac7e12e25f1007afd97ec26297be6f4422e (patch)
treed7e62ebda2ff50b6427fa6978a9679f85b169342 /doc
parentd46a8e30dcacd0e9aeb1c19239ee1e0808801cb5 (diff)
downloadffmpeg-streaming-fdd8aac7e12e25f1007afd97ec26297be6f4422e.zip
ffmpeg-streaming-fdd8aac7e12e25f1007afd97ec26297be6f4422e.tar.gz
avfilter/src_movie: Add option to remove timestamp discontinuities
This can also be extended to remove discontiuities caused by seek commands Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'doc')
-rw-r--r--doc/filters.texi5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index 7267b21..3cf3d7c 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -16973,6 +16973,11 @@ Default value is "1".
Note that when the movie is looped the source timestamps are not
changed, so it will generate non monotonically increasing timestamps.
+
+@item discontinuity
+Specifies the time difference between frames above which the point is
+considered a timestamp discontinuity which is removed by adjusting the later
+timestamps.
@end table
It allows overlaying a second video on top of the main input of
OpenPOWER on IntegriCloud