doc/filters: replace hqdn3d with smartblur in timeline section.
hqdn3d needs some adjustements before timeline support can be restored (patch welcome).
This commit is contained in:
		@@ -293,10 +293,10 @@ to re-define the expression.
 | 
				
			|||||||
Like any other filtering option, the @option{enable} option follows the same
 | 
					Like any other filtering option, the @option{enable} option follows the same
 | 
				
			||||||
rules.
 | 
					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:
 | 
					minutes, and a @ref{curves} filter starting at 3 seconds:
 | 
				
			||||||
@example
 | 
					@example
 | 
				
			||||||
hqdn3d = enable='between(t,10,3*60)',
 | 
					smartblur = enable='between(t,10,3*60)',
 | 
				
			||||||
curves    = enable='gte(t,3)' : preset=cross_process
 | 
					curves    = enable='gte(t,3)' : preset=cross_process
 | 
				
			||||||
@end example
 | 
					@end example
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -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}]"
 | 
					expressed in the form "[@var{c0} @var{c1} @var{c2} @var{c3}]"
 | 
				
			||||||
@end table
 | 
					@end table
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					@anchor{smartblur}
 | 
				
			||||||
@section smartblur
 | 
					@section smartblur
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Blur the input video without impacting the outlines.
 | 
					Blur the input video without impacting the outlines.
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user