enum cv::VideoWriterProperties

Overview

VideoWriter generic properties identifier. Moreā€¦

#include <videoio.hpp>

enum VideoWriterProperties
{
    VIDEOWRITER_PROP_QUALITY    = 1,
    VIDEOWRITER_PROP_FRAMEBYTES = 2,
    VIDEOWRITER_PROP_NSTRIPES   = 3,
};

Detailed Documentation

VideoWriter generic properties identifier.

See also:

VideoWriter::get(), VideoWriter::set()

Enum Values

VIDEOWRITER_PROP_QUALITY

Current quality (0..100%) of the encoded videostream. Can be adjusted dynamically in some codecs.

VIDEOWRITER_PROP_FRAMEBYTES

(Read-only): Size of just encoded video frame. Note that the encoding order may be different from representation order.

VIDEOWRITER_PROP_NSTRIPES

Number of stripes for parallel encoding. -1 for auto detection.