diff DOCS/man/en/mplayer.1 @ 15693:98cc17f305de

remove_logo filter by yartrebo, committed with fixes for c++ variable declarations
author rfelker
date Wed, 08 Jun 2005 03:11:53 +0000
parents df0ceee75178
children 8ce6ba68efb3
line wrap: on
line diff
--- a/DOCS/man/en/mplayer.1	Tue Jun 07 17:33:03 2005 +0000
+++ b/DOCS/man/en/mplayer.1	Wed Jun 08 03:11:53 2005 +0000
@@ -5486,6 +5486,17 @@
 .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.