Source: vapoursynth-temporalsoften2-dmo
Section: video
Priority: optional
Maintainer: Christian Marillat <marillat@deb-multimedia.org>
Bugs: mailto:marillat@deb-multimedia.org
Homepage: https://github.com/dubhater/vapoursynth-temporalsoften2
Standards-Version: 4.3.0
Build-Depends: debhelper-compat (= 12), vapoursynth-dev, meson, quilt

Package: vapoursynth-temporalsoften2
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, vapoursynth
Description: Temporal denoising filter for vapoursynth
 TemporalSoften2 averages radius * 2 + 1 frames. A pixel is included in the
 average only if the absolute difference between it and the middle frame's
 corresponding pixel is less than the threshold. If the scenechange
 parameter is greater than 0, TemporalSoften2 will not average frames from
 different scenes.
