Hello,
I am using OpenCV library to watermark a video but the problem is in the insertion step. I decompose the video into frames then i insert a mark in the frames and when i try to gather them to create a video using a codec the mark is lost because of compression. I try to use a lossless codec ( CV_FOURCC('I', 'Y', 'U', 'V') ) but i didn't find the one which is supported by OpenCV and Ubuntu 14.04.
Please if someone can help me ?
Thank you very much