changeset 10812:f028201f6019

delogo filter
author henry
date Fri, 05 Sep 2003 11:51:26 +0000
parents a69221e84948
children f646e30ba119
files DOCS/en/mplayer.1
diffstat 1 files changed, 16 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/DOCS/en/mplayer.1	Fri Sep 05 10:42:13 2003 +0000
+++ b/DOCS/en/mplayer.1	Fri Sep 05 11:51:26 2003 +0000
@@ -3034,6 +3034,22 @@
 value is used. You can also stop when you're OK (... -vf tile=10:5 ...)
 
 It is probably a good idea to put the scale filter before the tile :-)
+.TP
+.B delogo[=x:y:w:h:t]
+Suppresses a tv station logo by a simple interpolation of the
+surrounding pixels. Just set a rectangle covering the logo and watch
+it disappear (and sometimes something even uglier appear - your
+mileage may vary).
+.PD 0
+.RSs
+.IPs x,y
+Position of the top left corner of the logo.
+.IPs w,h
+Width and height of the cleared rectangle.
+.IPs t
+Thickness of the fuzzy edge of the rectangle (added to w and h). When
+set to -1, a green rectangle is drawn on the screen to make setting of
+the parameters easier.
 
 
 .SH "GENERAL ENCODING OPTIONS (MENCODER ONLY)"