FredAverage

From Avisynth wiki
Revision as of 17:14, 11 June 2020 by Reel.Deal (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Abstract
Author StainlessS
Version v0.03
Download FredAverage_25_26_x86_x64_dll_v0.03_20190115.zip
Category Averaging
License GPLv2
Discussion Doom9 Thread

Contents

[edit] Description

A simple average filter. It returns a clip where each return frame is a single color average of input frame, same size and colorspace as input.

Return clip Y, U and V, or R, G and B, will be channel averages, unless invert=true, where channels averages will be inverted.



[edit] Requirements


*** vcredist_x86.exe is required for FredAverage-x86
*** vcredist_x64.exe is required for FredAverage-x64


[edit] Syntax and Parameters

FredAverage (clip, bool "invert", bool "TV_YUV")


clip   =
Input clip.


bool  invert = false
Default false == sampled average. Otherwise Inverted average.


bool  TV_YUV = false
Default false, If True(And YUV), then photo negative invert around TV levels mid Y(125.5), rather than 127.5.


[edit] Examples

FredAverage with default settings:

AviSource("blah.avi")
FredAverage (invert=false, TV_YUV=false)


[edit] Changelog

Version      Date(D/M/Y)      Changes
v0.03 2019/01/15 - BugFix version, fixed TV_YUV rounding. v0.02 2019/01/15 - Moved to VS2008, Added Version Resource + v2.58 + x64. - Added bool arg TV_YUV v0.01 - First release. 2.60 only.


[edit] Archived Downloads

Version Download Mirror
v0.03 FredAverage_25&26_x86_x64_dll_v0.03_20190115.zip FredAverage_25_26_x86_x64_dll_v0.03_20190115.zip


[edit] External Links




Back to External Filters

Personal tools