Quantcast digitalFAQ.com Forums [Archives] - Search Results
Go Back    digitalFAQ.com Forums [Archives] > Search Forums
Showing results 1 to 19 of 19
Search took 0.00 seconds.
Search: Posts Made By: MrTibs
Forum: Avisynth Scripting 11-18-2003, 03:44 PM
Replies: 44
Views: 5,585
Posted By MrTibs
I'm sorry to say but NoLogo is only for YUY2...

I'm sorry to say but NoLogo is only for YUY2 format. I'm looking into the YV12 format to add support for it.

For now, you'll have to do colour conversion.
Forum: Avisynth Scripting 11-14-2003, 10:55 AM
Replies: 44
Views: 5,585
Posted By MrTibs
Well, you have two options: 1. Find or make...

Well, you have two options:

1. Find or make a frame that contains both logos, and use NoLogoAuto. This is the easiest but it will always remove both logos weather both are present or not. (Logo...
Forum: Avisynth Scripting 11-05-2003, 04:34 PM
Replies: 44
Views: 5,585
Posted By MrTibs
Thanks for your suggestion about the border. ...

Thanks for your suggestion about the border. I'll take a look at it later. I'm thinking about adding a fitler to remove opaque logos. We'll see.

I posted the fixed version of LogoMask on my...
Forum: Avisynth Scripting 11-05-2003, 09:29 AM
Replies: 44
Views: 5,585
Posted By MrTibs
@nicksteel I would start out at say 20 and...

@nicksteel

I would start out at say 20 and increase as us suggest. The debug line I added in the last post should show you the logo area. I would uncomment the debug line and play with the...
Forum: Avisynth Scripting 11-04-2003, 02:15 PM
Replies: 44
Views: 5,585
Posted By MrTibs
First, you are right, I had removed the debug...

First, you are right, I had removed the debug mode from LogoMask and hadn't changed the documenatation. :oops:

Second, I went back to check DeKafka and it does convert to RGB so it may not work...
Forum: Avisynth Scripting 11-04-2003, 11:14 AM
Replies: 44
Views: 5,585
Posted By MrTibs
Yes, set brigthness change to 0 and it will show...

Yes, set brigthness change to 0 and it will show you the logo area:
Forum: Avisynth Scripting 11-04-2003, 09:35 AM
Replies: 44
Views: 5,585
Posted By MrTibs
DeKafka is not realy a filter but rather a script...

DeKafka is not realy a filter but rather a script function. It uses standard filters to do the job. The Dekafka script function and be downloaded from the avisynth site. It is designed for 2.5 and...
Forum: Avisynth Scripting 11-04-2003, 12:22 AM
Replies: 44
Views: 5,585
Posted By MrTibs
Your best bet is XLogo or DeKafka. Here is my...

Your best bet is XLogo or DeKafka. Here is my version of DeKafka



This would work just like NoLogo. You could use Xlogo to get the dimensions. The advantage of using this DeKafka is you...
Forum: Avisynth Scripting 11-03-2003, 02:11 PM
Replies: 44
Views: 5,585
Posted By MrTibs
I suspect that the logo you are trying to remove...

I suspect that the logo you are trying to remove is not transparent but opaque. Does the logo seem transparent when it is over lighter (not white) areas?

It is pretty easy to test this using...
Forum: Avisynth Scripting 11-01-2003, 03:10 PM
Replies: 44
Views: 5,585
Posted By MrTibs
@digitall.doc To answer your question, no...

@digitall.doc

To answer your question, no NoLogo is not supposed to turn the logo black. Infact, you should get very simular results from NoLogo and Xlogo even though they are not based on the...
Forum: Avisynth Scripting 10-31-2003, 05:00 PM
Replies: 44
Views: 5,585
Posted By MrTibs
I re-created you script using a Mpeg2 source and...

I re-created you script using a Mpeg2 source and confirmed the issue. (funny that it didn't come up with an Mjpeg source?) It was a problem with a error message that wan't comming up.

I have...
Forum: Avisynth Scripting 10-31-2003, 12:52 PM
Replies: 44
Views: 5,585
Posted By MrTibs
OK, now we are getting somewhere. Change the...

OK, now we are getting somewhere.

Change the frame number in NoLogoAuto to a negative. This will put NoLogoAuto into debug mode and show you where it thinks the logo is.
Forum: Avisynth Scripting 10-31-2003, 09:50 AM
Replies: 44
Views: 5,585
Posted By MrTibs
Hm... Once NoLogo is called, it returns the...

Hm...

Once NoLogo is called, it returns the filtered clip back to the default clip. Clearly, Undot and Limiter don't have trouble so I'm not sure why the problem.

Perhaps NoLogo isn't...
Forum: Avisynth Scripting 10-31-2003, 02:17 AM
Replies: 44
Views: 5,585
Posted By MrTibs
Your script will not only not remove the logo but...

Your script will not only not remove the logo but would also not apply most of your filters. Here is what you script should look like:
Forum: Avisynth Scripting 10-30-2003, 06:59 PM
Replies: 44
Views: 5,585
Posted By MrTibs
Here is the modifed script: The line...

Here is the modifed script:


The line "logoclip=Trim(clip,100,101)" is to create a separate clip from the original source that contains the logo on a black frame (this assumes that the logo is at...
Forum: Avisynth Scripting 10-30-2003, 04:23 PM
Replies: 44
Views: 5,585
Posted By MrTibs
Clip is the default video clip. I.E. ...

Clip is the default video clip.

I.E.




Personally, I usually trim my original video capture and make short video sample with the logo on a black frame then save it as a huffy clip like...
Forum: Avisynth Scripting 10-29-2003, 09:50 PM
Replies: 44
Views: 5,585
Posted By MrTibs
One more filter added to the DLL: NoLogoAuto...

One more filter added to the DLL:

NoLogoAuto - same as NoLogo with no fiddling - requires the logo to be on a completely black frame.

Example:

NoLogoAuto(clip,logoclip,framenumber)
Forum: Avisynth Scripting 10-27-2003, 07:03 PM
Replies: 44
Views: 5,585
Posted By MrTibs
I admit that it seems stupid but perhaps someone...

I admit that it seems stupid but perhaps someone may need it. I included it because the code was already there and one way to remove a logo is to cover it up with another logo.


Uses for AddLogo...
Forum: Avisynth Scripting 10-27-2003, 06:15 PM
Replies: 44
Views: 5,585
Posted By MrTibs
New Logo Removal filter

I just posted my LogoTools plugin. It replaces LogoBlend as well as adds a number of other helper filters.

New Filters:

NoLogo - replaces LogoBlend
NoLogoM - like NoLogo but with better...
Showing results 1 to 19 of 19

 

 
All times are GMT -5. The time now is 06:25 AM  —  vBulletin © Jelsoft Enterprises Ltd