Skip to content

gst-libav: add avvideocompare element

U. Artie Eoff requested to merge ullysses.a.eoff/gstreamer:avcompare into main

The avvideocompare element compares two incoming video buffers using the specified comparison method (e.g. ssim or psnr).

The comparison is calculated by using libav's ssim or psnr filters.

The first incoming buffer is passed through, unmodified, to the srcpad.

Edited by U. Artie Eoff

Merge request reports