That is what animate does. 
should work. (This does not work, since the png is not 400x80.)
Hmm,... using the above with
Does not work. Not sure why.
![[Image: grafik.png]](https://i.ibb.co/8cDDX15/grafik.png)
Cu Selur

Quote:you are suggesting to insert propainter in the place of vsLevelsRegion1 ?yes, something like:
import animate
def vsAnimateRegion1(clip,*args):
return propainter(clip, length=25, mask_path="running_car_mask.png", device_index=0, enable_fp16=True)
end = clip.num_frames-1
mapping = [
(0, end), [vsAnimateRegion1],
]
clip = animate.run(clip, mapping, selection=(400,80,100,180))
Hmm,... using the above with
return propainter(clip, length=25, mask_path="running_car_mask_cropped_400x80.png", device_index=0, enable_fp16=True) # image attached
![[Image: grafik.png]](https://i.ibb.co/8cDDX15/grafik.png)
Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.