summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2015-07-15 01:48:37 +0000
committerPaul B Mahol <onemda@gmail.com>2015-07-19 19:01:00 +0000
commita8fbb7b62597d346161b02c822bd851274d83527 (patch)
treef3f30ab5d654765d243e64a1d4846b78ed9535ff /doc
parenteb468b0be03ec5d73ab03431c1985de8dd7064d1 (diff)
downloadffmpeg-streaming-a8fbb7b62597d346161b02c822bd851274d83527.zip
ffmpeg-streaming-a8fbb7b62597d346161b02c822bd851274d83527.tar.gz
avfilter: add random video filter
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/filters.texi18
1 files changed, 18 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index a0d323b..2b0359d5 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -8279,6 +8279,24 @@ qp=2+2*sin(PI*qp)
@end example
@end itemize
+@section random
+
+Flush video frames from internal cache of frames into a random order.
+No frame is discarded.
+Inspired by @ref{frei0r} nervous filter.
+
+@table @option
+@item frames
+Set size in number of frames of internal cache, in range from @code{2} to
+@code{512}. Default is @code{30}.
+
+@item seed
+Set seed for random number generator, must be an integer included between
+@code{0} and @code{UINT32_MAX}. If not specified, or if explicitly set to
+less than @code{0}, the filter will try to use a good random seed on a
+best effort basis.
+@end table
+
@section removegrain
The removegrain filter is a spatial denoiser for progressive video.
OpenPOWER on IntegriCloud