Selur's Little Message Board

Full Version: [2024.02.23.1 Release Version] AviSynth Spline100 & Spline144 resize script bug
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi there, me again, long time no post. Tongue 

Using latest Hybrid release version 2024.02.23.1 on Windows 10.

This should be easy (I hope) to reproduce.

Load a video, select AviSynth, resize it to something, set the resizer to Spline100 or Spline144, then look at the script...

Instead of saying:
Code:
# scaling to 640x480
Spline144Resize(640,480)

It says:

Code:
# scaling to 640x480
,640,480)

Maybe a typo in the code? Tongue
Attaching the debug output seems to have worked.
Instead of using '+=' I used '=' Rolleyes
-> send you a link to a dev version which should fix the problem

Cu Selur