Spline100 resize in AviSynth generates quite blur image. Is it supposed to be like that?
Since Spline16/36/64 are all generates sharp image and spline144 is even sharper.
BTW, is it possible to support spline100/144 multi-threading in Avisynth or support them in vaporsynth?
Posts: 10.551
Threads: 57
Joined: May 2017
06.07.2018, 16:04
(This post was last modified: 06.07.2018, 18:30 by Selur.)
Will look into it.
As a side node: personally I prefer nnedi3 over spline100 and spline144, nice read:
https://forum.doom9.org/showthread.php?t=147117
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Posts: 10.551
Threads: 57
Joined: May 2017
Okay, this will take a while since my Geforce GTX 980 Ti just died,... so no development atm. until I reanimated my laptop or my old server as a dev machine,..
(now fighting with the decision what my new card should be and needs to be
)
Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Posts: 10.551
Threads: 57
Joined: May 2017
btw. Hybrid does already support Spline100&Spline144 in Avisynth:
"Filtering->Avisynth->Line->Resizer"
should list:
- BilinearResize
- BicubicResize
- BlackmanResize
- GaussResize
- LanczosResize
- PointResize
- SincResize
- Spline16Resize
- Spline36Resize
- Spline64Resize
- Spline100Resize
- Spline144Resize
- NNEDI3Resize
- ResampleHQ
- DGDecNV/IM Crop/Resize
Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Posts: 10.551
Threads: 57
Joined: May 2017
Bought a 1070ti, also your two cents wouldn't have helped at all since I needed a card now not in more than a month,...
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Posts: 10.551
Threads: 57
Joined: May 2017
Don't know of any special multi-threaded version of the filter so using Avisynth MT is currently the best Hybrid can do.
Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.