Hello,
i found logotools in this thread : https://forum.videohelp.com/threads/370088-How-to-Remove-Channel-Logo-with-Avisynth
(Here's a quick job using LogoTools. A better job can be done with the fine tuning scripts below the quick 'automatic' job I did. Those other scripts have nothing to do with your video, but are settings I used on other videos with logos. And you can also smooth out the noise you might see remaining in other parts of the video. It's explained in the included Doc. The '150' is the frame number used for the mask. I'll enclose the mask as well. The idea is to find the logo somewhere with black all around it (which you provided).)
How do i create the logo.bmp ? How do i get the frame number, like in the example the 150
NoLogoAuto(A,B,150)
Now i got this logo.bmp :
[Attachment 32939 - Click to enlarge]
How do I get the logo frame number? How do i have to write the script in AvsPmod ?
+ Reply to Thread
Results 1 to 5 of 5
-
Last edited by Ancrion; 2nd Aug 2015 at 08:21.
-
Usually the filter requires a monochrome (black & white) or grayscale bitmap, in the same size of the video, where the black is the stuff that should be kept, and the white is the stuff that should be removed. To create the mask-image you skip to a frame, where the logo is clearly displayed on a black background, press print screnn (or whatever) and then paste the image into an image editor. Here you crop the image to only contain the video frame with the logo and then you monochrome (or grayscale) it to make the logo all white. Now it should be ready for use
I'm the developer behind FFQueue. My posts might reflect this! ;-) -
Unless your logo is translucent or 'see-through', you'll need a different logo remover. I can't tell from just the picture whether it is or not. And, as TorBru mentioned, it has to be greyscaled. It looks to me like the logo has some red (?) in it.
How do I get the logo frame number?
How do i have to write the script in AvsPmod ?
Similar Threads
-
[DVD LAB PRO] Help create a "RESUMEN PLAY" of a film
By kirous in forum Newbie / General discussionsReplies: 14Last Post: 22nd Aug 2015, 22:18 -
[SOLVED] "--ipratio" "--pbratio"+"--scenecut" "--minkeyint" / "--keyint
By Kdmeizk in forum Video ConversionReplies: 14Last Post: 21st Jun 2015, 07:21 -
How to create a "rain" of logos ? ( particle generator ? )
By PeteV in forum Newbie / General discussionsReplies: 6Last Post: 9th Sep 2014, 17:32 -
Stylized "RW" logo found on blank media packaging - what does it mean?
By ibzomie in forum MediaReplies: 3Last Post: 30th Dec 2011, 07:48 -
Batch create simple ("DirectShowSource") .AVS files?
By Asterra in forum Newbie / General discussionsReplies: 8Last Post: 10th May 2011, 00:46