summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--DOCS/en/mplayer.116
1 files changed, 16 insertions, 0 deletions
diff --git a/DOCS/en/mplayer.1 b/DOCS/en/mplayer.1
index 2edd73dd4f..fd741062f1 100644
--- a/DOCS/en/mplayer.1
+++ b/DOCS/en/mplayer.1
@@ -3034,6 +3034,22 @@ If you omit a parameter or use a value less than 0, then the default
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)"