Is there any software available that either masks or removes the bugs (station name, id etc, usually in the lower right corner of the screen) in video?
Thanks,
Kevin.
+ Reply to Thread
Results 1 to 5 of 5
-
-
There's "delogo" and "MSU Subtitle and logo remover" filters available for VirtualDub...
-
those 'LOGOS' are often refered to as 'water marks'
I never heard them called bugs, before your post
I have never used the 'delogo' filter
the station ID logo on a recording doesn't bother me, its also there when i watch it live or it wouldn't be in my recording -
Thanks for the info on the delogo filter. Already got it working. As far as me calling them bugs, that's what i've always known them as. If you check out wikipedia, depending on where you are, they call them a bug, DOG, watermark etc.
Kevin. -
You can use delogo in Avisynth: https://forum.videohelp.com/viewtopic.php?t=280003
I use NoLogo mostly now. http://www.geocities.com/mrtibsvideo/Logotools.html
It's old (so needs the LoadPlugin hack) but very easy to use. Here's an example script:
Code:loadplugin("P:\AviSynth 2.5\Old\LoadPluginEx.dll") loadplugin("P:\AviSynth 2.5\Old\logotools.dll") logo=ImageSource("logo108.png").ConverttoYUY2() clip=AVISource("tw-108.avi",false).ConverttoYUY2() NoLogoAuto(clip,logo,1) ConvertToYV12() LanczosResize(720,576,0,0,640,352)
If there isn't a frame like that, find a frame where the logo is on black and paint out the rest of the frame.
There are other versions of the filter on the site, with more parameters, but the "auto" version is quite sufficient to make most logos almost unnoticeable.
Similar Threads
-
Need a tut For AE for removing dead bugs and dirts on a dashboard cam
By Jonz in forum EditingReplies: 0Last Post: 8th Oct 2011, 19:28 -
Video out of synth after connecting audio and video(after removing dubbing)
By marnisper in forum Newbie / General discussionsReplies: 11Last Post: 20th Dec 2009, 03:09 -
Removing more than one portion of a video at once.
By M Bruner in forum EditingReplies: 2Last Post: 21st Nov 2008, 04:17 -
Removing only the video...
By Musa in forum EditingReplies: 2Last Post: 15th Apr 2008, 05:30 -
Removing Bass From Video?
By Tel in forum RestorationReplies: 11Last Post: 19th Jan 2008, 15:19