Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
1answer
102 views

Detect watermark/logo in image/video

I'm trying to analyze a video file and detect if it has a network logo on the bottom right corner. I figured it might be easier if I just take a few random frames and see if they have a logo/water ...
2
votes
1answer
42 views

How to switch between frames with in a video file

I am working on my project of switching between the frame within a multicast environment. Consider that i have two streams of same video file. one stream is watermarked with say 0 and another stream ...
2
votes
3answers
120 views

Is there a standard way of Watermarking videos in Python?

Is there any standard method of watermarking videos of some format in Python? how about still images?
1
vote
2answers
302 views

iPhone Watermark on recorded Video.

In my Application I need to capture a video and Put a watermark on that video. The watermark should be Text(Time and Notes). I saw a code using "QTKit" Frame work. However I read that the framework ...
1
vote
1answer
680 views

Cocoa - Add Video Watermark General Info

Just looking for how to programmatically add a watermark or some sort of overlay to video using cocoa. Not looking for a step by step ( although that would awesome ), but more or less looking for ...
0
votes
1answer
81 views

ffmpeg watermarking error : video pixel format unknown, Parser not found for codec

I am trying to watermark my video but I am getting pixel format and codec errors. I am using latest version of FFmpeg git-7d531e8 64-bit Static (Latest) (2011-12-12) from link ...
0
votes
1answer
245 views

Does any one has any experience with any video watermarking library?

I will appreciate efforts if some one can point me to some library which can be used for Video Watermarking. It would be better if it is open source. If ready made library is not available than ...