Yesterday, 14:27
Using:
i get:
I first used a 1bit mask and then the 8bit mask I attached,...
Any idea what the issue is?
Cu Selur
from vspropainter import propainter as ProPainter
clip = ProPainter(clip, img_mask_path="C:/Users/Selur/Desktop/mask.png", length=500, mask_dilation=8, mask_enhance=False, mask_region=(640,256,0,200))clip = ProPainter(clip, img_mask_path="C:/Users/Selur/Desktop/mask.png", length=500, mask_dilation=8, mask_enhance=False, mask_region=(640,256,0,200))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "f:\hybrid\64bit\vapoursynth\Lib\site-packages\vspropainter\__init__.py", line 92, in propainter
return propainter_inpaint(clip, length, clip_mask, img_mask_path, mask_dilation, mask_enhance, neighbor_length,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "f:\hybrid\64bit\vapoursynth\Lib\site-packages\vspropainter\__init__.py", line 150, in propainter_inpaint
clip, orig_fmt = convert_format_RGB24(clip)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "f:\hybrid\64bit\vapoursynth\Lib\site-packages\vspropainter\propainter_utils.py", line 261, in convert_format_RGB24
clip = vs.core.resize.Bicubic(clip, format=clip.format.replace(bits_per_sample=8))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "vapoursynth.pyx", line 1142, in vapoursynth.VideoFormat.replace
File "vapoursynth.pyx", line 2855, in vapoursynth.Core.query_video_format
vapoursynth.Error: Invalid format specifiedAny idea what the issue is?
Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Offline between (including) 29th of June and 5th of July => RochHarz Festival
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Offline between (including) 29th of June and 5th of July => RochHarz Festival

