Skip to content

PlaneMinMax

Julek edited this page Apr 16, 2024 · 4 revisions

Vapoursynth PlaneStats with threshold.

Usage

vszip.PlaneMinMax(vnode clip [, float minthr=0, float maxthr=0, vnode clipb, int[] planes=[0], string prop="psm"])

Parameters:

  • clipa
    A clip to process.
    Gets frame props named psmMin and psmMax.
  • minthr
    Amount of the smallest pixels dropped before pick the PlaneStatsMin.
    Should be a float between 0.0 and 1.0
  • maxthr
    Amount of the largest pixels dropped before pick the PlaneStatsMax.
    Should be a float between 0.0 and 1.0
  • clipb
    A clip to compare.
    Gets frame prop named psmDiff.
  • planes
    Planes to be used.
  • prop
    Name of the property to be used.
Clone this wiki locally