Skip to content

CropValues

Infiziert90 edited this page Apr 19, 2017 · 3 revisions

Command:

acrop.CropValues(clip, range, top, bottom, left, right, color, color_second)

Optional:

range, top, bottom, left, right, color, color_second

Defaults:

range = 4
top = range
bottom = range
left = range
right = range
color = {0,123,123}
color_second = {21,133,133}

Process:

CropValues will search for values between color and color_second. This values will CropValues write into frame props under the key name "CropTopValue" "CropBottomValue" "CropLeftValue" "CropRightValue" as integer.

Example:

clip = core.acrop.CropValues(clip, range=10, color=[25,135,135], color_second=[35,145,145])  

Clone this wiki locally