28.05.2024, 20:28
I tested this script
with the attached mask but is not working
Dan
from vspropainter import propainter
def vsPropainter(clip,*args):
return propainter(clip, length=25, mask_path="running_car_mask_small.png", device_index=0, enable_fp16=True)
end = clip.num_frames-1
mapping = [
(0, end), [vsPropainter],
]
clip = animate.run(clip, mapping, selection=(344,72,123,182))
with the attached mask but is not working
Dan