21.01.2021, 20:27
Hello Selur
I'm using the dev version 2021.01.10.1 and I noted that using the Vapoursynth resize filter defined in:
Vapoursynth->Frame->Resize->DGDecNV/IM Crop/Resize
The generated script will not include the new high and width defined in the Resize page.
For example willing to resize a 360p clip to 720p, in this case Hybrid will generate the following code:
clip = core.resize.Bicubic(clip=clip, format=vs.YUV420P10, range_s="limited")
so actually no resize code is generated.
I'm using the dev version 2021.01.10.1 and I noted that using the Vapoursynth resize filter defined in:
Vapoursynth->Frame->Resize->DGDecNV/IM Crop/Resize
The generated script will not include the new high and width defined in the Resize page.
For example willing to resize a 360p clip to 720p, in this case Hybrid will generate the following code:
clip = core.resize.Bicubic(clip=clip, format=vs.YUV420P10, range_s="limited")
so actually no resize code is generated.