# HG changeset patch # User henry # Date 1062762686 0 # Node ID f028201f6019bee479fed7aa94e014f95deb6fca # Parent a69221e849485f0f87398e20ab37cc1807c20ff1 delogo filter diff -r a69221e84948 -r f028201f6019 DOCS/en/mplayer.1 --- 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)"