Browse Source

doc/filters: remove redundant example

Newer example in blend from f80b475 is faster and simpler.

Signed-off-by: Lou Logan <lou@lrcd.com>
tags/n3.1
Lou Logan 9 years ago
parent
commit
ddc9a587f9
1 changed files with 0 additions and 6 deletions
  1. +0
    -6
      doc/filters.texi

+ 0
- 6
doc/filters.texi View File

@@ -7526,12 +7526,6 @@ the @ref{vignette} filter):
@example
geq=lum=255*gauss((X/W-0.5)*3)*gauss((Y/H-0.5)*3)/gauss(0)/gauss(0),format=gray
@end example

@item
Diagonal split screen to compare filter effect:
@example
ffmpeg -i input -filter_complex "[0:v]geq=lum=if(gt(X\,Y*(W/H))\,255),format=gray[alpha];[0:v][alpha]alphamerge,curves=preset=color_negative[filtered];[0:v][filtered]overlay" output
@end example
@end itemize

@section gradfun


Loading…
Cancel
Save