Skip to content

tp7/Average

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Average

A simple plugin that calculates weighted average of multiple frames.

Usage

Average(clip1, weight1, clip2, weight2, clip3, weight3, ...)

The usage is identical to the old Average plugin or RedAverage. Output pixel value is calculated as

out[x] = clip1[x] * weight1   clip2[x] * weight2   clip3[x] * weight3...

The filter performs faster when all weight in the call are less or equal to one. This filter should be faster than the old Average and more stable (alas slower) than RedAverage.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages