-
Notifications
You must be signed in to change notification settings - Fork 1
PlaneMinMax
Julek edited this page Apr 16, 2024
·
4 revisions
Vapoursynth PlaneStats with threshold.
vszip.PlaneMinMax(vnode clip [, float minthr=0, float maxthr=0, vnode clipb, int[] planes=[0], string prop="psm"])
- clipa
A clip to process.
Gets frame props namedpsmMin
andpsmMax
. - 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 namedpsmDiff
. - planes
Planes to be used. - prop
Name of the property to be used.