ark::image::AvcodecVideoCompressorConfiguration

Defined in header “ark/image/avcodec_video_compressor.hh”.


Configuration for this compressor.

Variables

  • std::string codec_name
    The codec name, as used by libavcodec.

  • int32_t bit_rate= 200000
    Desired bitrate.

  • int32_t gop_size= 1
    GOP size (number of frames between iframes). Set to 1 for each frame to be self-contained.

  • std::map< std::string, std::string > settings
    Any additional fields/settings that will be passed to the condec.