vs-average

Info

Name vs-average
Identifier eoe-nephren.average
Type VSPlugin
Category Other
Description Averages multiple clips together. The general idea is to be able to take multiple sources of the same video, and average them together, to negate effects of lossy compression. Can also be effective for temporal blurring.
Has GPU-Support? no
Links Github

Releases

VSRrepo is available

Install with: vsrepo install average

Version Published Download
v0.5.0-beta 2021-08-10 win64
v0.4.0-beta 2020-05-31 win64
v0.3.0 2020-05-24 win64

Dependencies

no dependencies

Plugin-Functions

Bit Depth Color Space Category Description
Mean 8-32 int / 16-32 float any Other Mean will set the output pixel to the average (or mean) of the input pixels from each clip.
Median 8-32 int / 32 float any Other Median will set the output pixel to the Median (middle value of the sorted data) of the input pixels from each clip.