bros can u please help me in removing floating watermark from videos please help me tried most of the method but every time me failed so please help me
+ Reply to Thread
Results 1 to 22 of 22
-
-
Watermarks cannot be removed as it's part of the video.
The few solutions that I've seen, typically involve simply blurring that part of the image so that you cannot read/see the watermark. But you end up with a blurry spot in the video the size of the watermark.Google is your Friend -
You need something like opencv and if watermark is transparent then it should be possible to relatively simple subtract it from video (local change in luminance and eventually chrominance) - if watermark is not translucent then you may try to use inpainting http://www.math.ucla.edu/~imagers/htmls/inp.html with mask of the watermark.
-
He says it's a floating watermark, meaning it moves around. Tamil and other South Indian films and film songs are notorious for this nonsense. And they're usually opaque. I've not seen or heard of any methods for handling this kind of thing and I spend a lot of time removing logos from Indian films.
I could be wrong, though, so if santhosragav would kindly provide a short sample (unreencoded, from the source0, then we could have a look. -
That's why i proposed http://docs.opencv.org/3.0-beta/modules/text/doc/erfilter.html or similar for text detection (if watermark is text).
Not sure how determine is OP and how worth is to play with this kind of processing but it should be feasible nowadays... -
I'll admit I hadn't looked at your link before, but now that I have it's all Greek to me and I understand nothing of what was written. Unless and until there's an AviSynth filter for it (and I wouldn't expect it to work anyway), it's just a bunch of words on a page. Still, a sample from the source would be nice.
-
You've been asked twice now for a sample. A short sample - 10 seconds or so, untouched from your source. Either provide one or don't expect any help.
-
https://www.youtube.com/watch?v=2TlS57TEicw&feature=youtu.be
in this video see from 0.13 watermark goes around -
Your source is a (private) YouTube video? You're not using a DVD or something else?
-
https://www.youtube.com/watch?v=3QhtHSniAFY&feature=youtu.be see this link bro
-
-
There's no way I know of to remove that kind of a logo except by blurring the entire row in which the logo travels. It looks like a warez group logo to me, and not an official release. If you have the source DVD, if I were you I'd spend time trying to learn how to get it back to 24fps properly. That one is full of missing frames, duplicate frames, and blended frames, and the audio isn't synched properly. It's a mess. If you didn't make that yourself and just downloaded the work of some clueless idiots, then I'd suggest you find another source.
Or ... gasp! ... buy the DVD. -
Here's an example using dekafka() and animate();
Code:LWLibavVideoSource("285290326_mp4_h264_aac.mp4") original = last ConvertToRGB() Animate(319,1734, "dekafka", last,20,10,72,12,255, last,313,10,72,12,255) ConvertToYV12() ReplaceFramesSimple(original, last, mappings="[319 1734]")
Last edited by jagabo; 23rd Aug 2016 at 16:15.
-
Of course, next people will start using non-linear motion so it will get harder!
-
]Thanks alot bro u r simply awesome
Last edited by santhosragav; 24th Aug 2016 at 23:00.
Similar Threads
-
How to remove transparent watermark from a video ?
By aquax in forum EditingReplies: 25Last Post: 29th Oct 2021, 16:09 -
Sony Vegas: how to merge two videos in order to remove watermark
By virguloso in forum EditingReplies: 35Last Post: 28th Feb 2015, 18:32 -
help to remove watermark on live video
By nikolaos1983 in forum Video Streaming DownloadingReplies: 11Last Post: 13th Jan 2014, 03:58 -
How to Remove or Blur watermark in MeGUI?
By PenciL in forum EditingReplies: 7Last Post: 25th Jul 2013, 14:34 -
How to remove huge but transparent watermark?
By Athari in forum EditingReplies: 76Last Post: 20th Aug 2011, 08:40