[FFmpeg-cvslog] doc/filters: replace hqdn3d with smartblur in timeline section.

Clément Bœsch git at videolan.org
Wed May 1 04:58:14 CEST 2013


ffmpeg | branch: master | Clément Bœsch <ubitux at gmail.com> | Wed May  1 04:44:23 2013 +0200| [e3e66568ccee30270b5e860f005ce72348bb4849] | committer: Clément Bœsch

doc/filters: replace hqdn3d with smartblur in timeline section.

hqdn3d needs some adjustements before timeline support can be restored
(patch welcome).

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e3e66568ccee30270b5e860f005ce72348bb4849
---

 doc/filters.texi |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/doc/filters.texi b/doc/filters.texi
index fecf748..85c3361 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
 
+ at anchor{smartblur}
 @section smartblur
 
 Blur the input video without impacting the outlines.



More information about the ffmpeg-cvslog mailing list