Hi, There is any way to control the compression using VideoWriter?
I know there is lossless codecs like CV_FOURCC('H', 'F', 'Y', 'U'); But i want to use compress codec like CV_FOURCC('M', 'J', 'P', 'G') and control its compress level. Is it possible to know codec's compress level?
Im using Linux ubuntu 16.04 and OpenCV 2.4.13
Thanks in advance