Seems like 'img_mask_path' doesn't like whitespaces.
fails with works.
Also: Can you add a min_scene_size parameter, so that scenes are at least min_scene_size frames long?
The clip from https://forum.videohelp.com/threads/4193...ost2786364 can't be handled otherwise, since there are a lot of flashes.
(disabling scene change does work for the clip, but having a minimum might be better)
Cu Selur
clip = ProPainter(clip, img_mask_path="G:/clips/logo samples/3. Lance Stroll Original HD Interrupts and Hits The Barrier 2021 F1 Monaco GP.png", length=500, mask_region=(512,256,1400,0))"propainter: wrong image mask: " + img_mask_pathclip = ProPainter(clip, img_mask_path="G:/clips/logo samples/mask2.png", length=500, mask_region=(512,256,1400,0))Also: Can you add a min_scene_size parameter, so that scenes are at least min_scene_size frames long?
The clip from https://forum.videohelp.com/threads/4193...ost2786364 can't be handled otherwise, since there are a lot of flashes.
(disabling scene change does work for the clip, but having a minimum might be better)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.

