water mark on video file
-
I have to add the facilities of adding water mark on video files. I am developing my application in c#. any body help me for the same. Thanks In advance.
-
I have to add the facilities of adding water mark on video files. I am developing my application in c#. any body help me for the same. Thanks In advance.
You need to reencode the video and overlay the watermark on it.
Christian Graus Driven to the arms of OSX by Vista.
-
You need to reencode the video and overlay the watermark on it.
Christian Graus Driven to the arms of OSX by Vista.
Can u please elaborate on it?? :(
-
Can u please elaborate on it?? :(
Wow - this is an old question. You need to reprocess the video, and put the watermark on top. That's if you want a video file to contain a watermark, you need to put it there. If you just want to SHOW it with an overlay, you can play it using WPF.
Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.
-
Wow - this is an old question. You need to reprocess the video, and put the watermark on top. That's if you want a video file to contain a watermark, you need to put it there. If you just want to SHOW it with an overlay, you can play it using WPF.
Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.
Ya this is an old question. :) I am actually new to this, so i don't know about reprocessing and putting some watermark on it... If u can guide me on this with some example...it will be really helpful.. :)
-
Ya this is an old question. :) I am actually new to this, so i don't know about reprocessing and putting some watermark on it... If u can guide me on this with some example...it will be really helpful.. :)
As previously noted, I don't do anything close to this, any more. I'm sure there's ways of doing it now that did not exist when I was looking in to it, but I'd be googling for you, I'm sure you can do that.
Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.