summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorClément Bœsch <ubitux@gmail.com>2013-05-01 04:44:23 +0200
committerClément Bœsch <ubitux@gmail.com>2013-05-01 04:44:27 +0200
commite3e66568ccee30270b5e860f005ce72348bb4849 (patch)
tree2ff44672e6f02be805bb86a685c0c758a8f83f3a /doc
parentfbaf75b166cd067cf383a75ffcccb1e2b370bf6d (diff)
doc/filters: replace hqdn3d with smartblur in timeline section.
hqdn3d needs some adjustements before timeline support can be restored (patch welcome).
Diffstat (limited to 'doc')
-rw-r--r--doc/filters.texi7
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index fecf7484a7..85c33613e3 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -293,11 +293,11 @@ to re-define the expression.
Like any other filtering option, the @option{enable} option follows the same
rules.
-For example, to enable a denoiser filter (@ref{hqdn3d}) from 10 seconds to 3
+For example, to enable a blur filter (@ref{smartblur}) from 10 seconds to 3
minutes, and a @ref{curves} filter starting at 3 seconds:
@example
-hqdn3d = enable='between(t,10,3*60)',
-curves = enable='gte(t,3)' : preset=cross_process
+smartblur = enable='between(t,10,3*60)',
+curves = enable='gte(t,3)' : preset=cross_process
@end example
@c man end FILTERGRAPH DESCRIPTION
@@ -5698,6 +5698,7 @@ Adler-32 checksum (printed in hexadecimal) of each plane of the input frame,
expressed in the form "[@var{c0} @var{c1} @var{c2} @var{c3}]"
@end table
+@anchor{smartblur}
@section smartblur
Blur the input video without impacting the outlines.