[MPlayer-dev-eng] New remove-logo filter

Yartrebo yartrebo at earthlink.net
Wed Feb 23 07:41:02 CET 2005


I've like to submit my remove_logo filter for filtering out tv logos.

It works by using a bitmap (.tga format) to know which pixels are in the
logo and which aren't. It then blurs out the tv logo, filling it in with
colors from neighboring (and out of the logo) pixels.

By using a circular blur instead of bi-linear interpolation and by using
an image instead of a rectangle, the logo can be removed with much less
blur than the existing delogo filter.

A much more detailed description can be found in the source code
(libmpcodecs/vf_remove_logo.c).

Comments and constructive criticism would be appreciated.

Sincerely,
Robert Edele
-------------- next part --------------
A non-text attachment was scrubbed...
Name: remove_logo.patch
Type: text/x-patch
Size: 2906 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/mplayer-dev-eng/attachments/20050223/d4c2d988/attachment.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: remove_logo-man.patch
Type: text/x-patch
Size: 941 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/mplayer-dev-eng/attachments/20050223/d4c2d988/attachment-0001.bin>


More information about the MPlayer-dev-eng mailing list