18.10.2023, 19:35
Hello Selur,
I found a resize problem under specific setting.
The input movie has resolution 1920x1080
Since I want apply RealESERGAN to speed up the resize I applied Filtering->Vapoursynth->Misc->Lower res. before resize = 2
After having applied all the reaming filter settings and save the job, it is displayed the following error
The problem is the following:
1) the initial size is: 1920x1080
2) after the crop of 130 up/down the size is: 1920x820
3) then after the resize by 2.0, the size is 960x410
4) Hybrid add a border of 2, so that the size becomes: 960x412
5) RealESERGAN resize the video to 3840x1648
6) then Hybrid resize the video to 1920x820
7) the Hybrid remove 8 pixels from the border
8) the final size is 1920x812 -> ERROR
I think the the step 7 should be applied before the step 6, in this way the output size should be correct
I hope that you will be able to fix this issue
Thanks,
Dan
P.S.
I attached the debug file
I found a resize problem under specific setting.
The input movie has resolution 1920x1080
Since I want apply RealESERGAN to speed up the resize I applied Filtering->Vapoursynth->Misc->Lower res. before resize = 2
After having applied all the reaming filter settings and save the job, it is displayed the following error
The problem is the following:
1) the initial size is: 1920x1080
2) after the crop of 130 up/down the size is: 1920x820
3) then after the resize by 2.0, the size is 960x410
4) Hybrid add a border of 2, so that the size becomes: 960x412
5) RealESERGAN resize the video to 3840x1648
6) then Hybrid resize the video to 1920x820
7) the Hybrid remove 8 pixels from the border
8) the final size is 1920x812 -> ERROR
I think the the step 7 should be applied before the step 6, in this way the output size should be correct
I hope that you will be able to fix this issue
Thanks,
Dan
P.S.
I attached the debug file