Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion. Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules. |
17th June 2005, 04:41 | #1 | Link |
Registered User
Join Date: Jan 2003
Posts: 90
|
MSU Subtitle and Logo Remover
I would like to know anyone who has got the MSU logo remover working with Avisynth.
I guess the big question is just how to write the avisynth routing for a Vdub plugin is you don't have access to the filter's source code? I've looked at the existing import routines but I cannot find any documentation on how to write your own import script. |
17th June 2005, 11:45 | #2 | Link |
Registered User
Join Date: Oct 2003
Location: Germany
Posts: 377
|
Use this
Code:
global VDub = "C:\Programme\AviSynth 2.5\VDub\plugins" LoadVirtualdubPlugin(VDub+"\MSU_DeLogo.vdf", "_MSUDeLogo") FILE -> SAVE PROCESSING SETTINGS... and save them to a file. Open The file in a texteditor and look for line like this one: Code:
VirtualDub.video.filters.Add("MSU Subtitle&Logo Remover"); VirtualDub.video.filters.instance[0].Config(0, 0); Code:
ConvertToRGB32._MSUDeLogo(0, 0) |
17th June 2005, 16:31 | #3 | Link |
Registered User
Join Date: Jan 2003
Posts: 90
|
Thanks for your response, it was very helpful. (I'll try it tonight.)
I've had to take serveral cracks at the MSU filter to get good results. For removing a logo, I think it is way too slow but I want to use it to remove those pop-ups that are now all over our TV. (You know, the pop-ups that tell us things like "New Simpsons tonight at 8:00".) One station here has popups so big that they cover 30% of the frame. This filter is VERY slow but since it will only be used for about 3 minutes of the whole file, it shouldn't effect the encode time too much. To deal with the smaller popups, I've written a little routine that zooms and out wile the popup is on screen. The final result looks pretty good but I like it because it is very easy to use. (Just feed it the beginning and and frames of the popup.) Last edited by MrTibs; 17th June 2005 at 21:42. |
Thread Tools | Search this Thread |
Display Modes | |
|
|