ark::image::VideoEncodingStatistics

Defined in header “ark/image/stages/video_encoding_stage.hh”.


Statistics emitted from his stage, mostly used for testing purposes.

Variables

  • uint64_t frames_decoded= 0
    Count of frames we decoded. Will be zero if the images are passed directly to the encoder.

  • uint64_t frames_encoded= 0
    Count of frames we have encoded so far.