Add water Mark to a video
Graphics
2
Posts
2
Posters
4
Views
1
Watching
-
Hi, This is Jats, I have a neccesity of adding water mark to a video file. Do any one have an idea of it. Need help.... Thank You....
Jats
You have to specify the type of video file ur using , if it is uncompressed AVI , simply you can decode the avi and grab each frame , add ur water mark image or text to that. If ur video file is mpeg or wm files, better to write this part as a filter. Also you should have the corresponding decoderes and encoderes, for example mpegvideo - >decode -> raw video-> ur filter -> again encode -> write to file :)
If u can Dream... U can do it