Closed Selur closed 5 months ago
op=0
: ... input requirements:90 <= height <= 1080
,256 <= width <= 1920+128
,width % 128 == 0
.
Thanks!
op=0
: ... input requirements:90 <= height <= 1080
,256 <= width <= 1920+128
,width % 128 == 0
.
can you explain in laymans term?
Height need to be at least 90 and at most 1080 pixels. Width needs to be at least 256 and at most 1920+128=2048 pixels, also width needs to be a multiple of 128.
using:
clip = core.akarin.DLVFX(clip, op=0, strength=1, model_dir='f:/Support/Akarin/models')
works fine for 1920x1080 content, using 4k content, I get:using for example 960x540, I get:
=> Does DLVFX only work with 1920x1080 content?