summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorrfelker <rfelker@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-06-08 03:11:53 +0000
committerrfelker <rfelker@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-06-08 03:11:53 +0000
commit65b398c9b609dec9053ce76558288bea4dc9176d (patch)
tree5de14527ff729f7677590188dfe8e339ab3e2500 /DOCS
parent64224cfe3dbc9e0601b789fab8e1611a00f226ba (diff)
downloadmpv-65b398c9b609dec9053ce76558288bea4dc9176d.tar.bz2
mpv-65b398c9b609dec9053ce76558288bea4dc9176d.tar.xz
remove_logo filter by yartrebo, committed with fixes for c++ variable declarations
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15694 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/en/mplayer.111
1 files changed, 11 insertions, 0 deletions
diff --git a/DOCS/man/en/mplayer.1 b/DOCS/man/en/mplayer.1
index ef313ed43a..8205e96296 100644
--- a/DOCS/man/en/mplayer.1
+++ b/DOCS/man/en/mplayer.1
@@ -5486,6 +5486,17 @@ simplify finding the right x,y,w,h parameters.
.PD 1
.
.TP
+.B remove-logo=/path/to/logo_bitmap_file_name.pgm
+Suppresses a TV station logo using a PGM or PPM file to tell it
+which pixels comprise the logo. The width and height must match
+those of the video stream being processed. Uses the filter
+image and a circular blur algorithm to remove the logo.
+.RSs
+.IPs /path/to/logo_bitmap_file_name.pgm
+[path] + file name of the filter image.
+.RE
+.
+.TP
.B zrmjpeg[=options]
Software YV12 to MJPEG encoder for use with the zr2 video
output device.