Median

Info

Name Median
Identifier com.nodame.median
Type VSPlugin
Category unknown
Description
Has GPU-Support? no
Links Github | AvsWiki

Releases

VSRrepo is available

Install with: vsrepo install median

Version Published Download
v4 2019-05-10 win32 win64
v3 2019-05-05 win32 win64
v2 2019-04-26 win32 win64
v1 2019-04-25 win32 win64

Dependencies

no dependencies

Plugin-Functions

Bit Depth Color Space Category Description
Median 8-16 int / 32 float GRAY, YUV, RGB, YCOCG unknown Median generates a pixel-by-pixel median of several clips. This is particularly useful for filtering out noise and glitches from multiple VHS/SVHS/8mm/Hi8 tape captures, but can be used for other purposes also.
MedianBlend 8-16 int / 32 float GRAY, YUV, RGB, YCOCG unknown MedianBlend can return a clip derived from the minimum or maximum pixel values, or it can discard some low (default: 1) and high (default: 1) values and blend the others together. With the parameters set to not discard anything, the result is in fact the average of the clips.
TemporalMedian 8-16 int / 32 float GRAY, YUV, RGB, YCOCG unknown Returns the temporal median of a single clip.