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 2008, 12:11 | #1 | Link |
Registered User
Join Date: Sep 2007
Posts: 2
|
Help with a logo (watermark)
For a few days I've tried to remove a logo, but, I can't take it off, that's why I'm here. I tried to remove the logo with delogo, logoaway... creating the mask of the logo with photoshop , but, after all my attempts I couldn't remove it. In the original video, there are some frames with the logo, but the majority of the capture doesn't have it. I want to keep the consistency of the video without causing any serious kind of visual change. What i want to do is make it so that the logo has very little effect on the quality of the video. I will be so grateful If any of you can help me.
without logo with logo here's a video in case anyone wants to take a better look and possibly figure out a way to remove it. http://www.shareonall.com/video_with_logo_beut_avi.htm Thanks everyone. Last edited by crossover475; 17th June 2008 at 20:18. |
18th June 2008, 00:17 | #2 | Link |
Resize Abuser
Join Date: Apr 2005
Location: Seattle, WA
Posts: 623
|
upload a PNG of your photoshoped logo mask and post some of your scripting attempts. The logo uses an alpha channel so you should be able to retain some details if done correctly. Use of ReplaceFramesSimple should make your script simpler once you have the logo removed.
__________________
Mine: KenBurnsEffect/ZoomBox CutFrames Helped: DissolveAGG ColorBalance LQ Animation Fixer |
18th June 2008, 22:48 | #3 | Link |
Registered User
Join Date: Sep 2007
Posts: 2
|
I'm sorry, you see, the thing is that i was using meGUI to preview the script and since none looked good enough i did not save them. But luckily i saved a couple of masks. Here's one:
The other mask is exactly the same, the only difference is that the red part is in white. Thank you for your help. Here's a link to the actual mask, since it's 2.6Mb no image host allows me to upload it. Mask. Last edited by crossover475; 18th June 2008 at 23:05. |
19th June 2008, 08:49 | #4 | Link |
Resize Abuser
Join Date: Apr 2005
Location: Seattle, WA
Posts: 623
|
Never done logo removal, but I do know that the mask should be black and white. Here is my lame attempt, I recommend using rm_logo(). Upload the mask as Black&White and convert it to PNG, most image hosting sites will take it, because of the reduced file size.
Code:
source = ImageReader("6071.png",0,0, pixel_type="RGB32") masked = ImageReader("Logomask.bmp",0,0, pixel_type="RGB32").ConvertToRGB32() ConvertToBW = masked.GrayScale().Levels(0,2.0,96,0,255) LogoMask = Mask(ConvertToBW,ColorKeyMask(ConvertToBW,$FFFFFF, 50)) source.Subtitle("Before", align=5) last + Layer(source, LogoMask, "subtract", 75).Subtitle("After", align=5)
__________________
Mine: KenBurnsEffect/ZoomBox CutFrames Helped: DissolveAGG ColorBalance LQ Animation Fixer Last edited by mikeytown2; 19th June 2008 at 08:55. |
Tags |
delogo, logo, quit, remove, watermark |
Thread Tools | Search this Thread |
Display Modes | |
|
|