VideoWriter compress level control

asked 2017-04-20 03:43:55 -0600

Nicolet gravatar image

updated 2017-04-20 03:55:13 -0600

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

edit retag flag offensive close merge delete

Comments

no, not possible.

berak gravatar imageberak ( 2017-04-20 03:58:00 -0600 )edit