diff options
author | henry <henry@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2003-09-05 11:51:26 +0000 |
---|---|---|
committer | henry <henry@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2003-09-05 11:51:26 +0000 |
commit | 64a328d0187c250d74e8c3d45416d18183a57d0c (patch) | |
tree | 3eee72afef5155e1c43dee7f4e5d5a31d2ba479a /DOCS | |
parent | 6af7fe11bf6c55d45fb574b4885f50713ad0bb95 (diff) |
delogo filter
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10813 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r-- | DOCS/en/mplayer.1 | 16 |
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)" |