Skip to content

dubhater/vapoursynth-histogram

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
June 7, 2018 19:59

Description

Port of the Histogram() function from Avisynth.

All modes dealing with video are implemented (classic, levels, color, color2, luma).

Usage

hist.Classic(clip clip)

hist.Levels(clip clip[, float factor=100.0])

hist.Color(clip clip)

hist.Color2(clip clip)

hist.Luma(clip clip)

Compilation

./autogen.sh
./configure
make