-
Notifications
You must be signed in to change notification settings - Fork 147
AviSynthPlus plugin
TianZer edited this page Aug 1, 2025
·
14 revisions
FFVideoSource("Your video path").ACUpscale(factor=2.0, processor="opencl", device = 0)Download the Anime4KCPP-Filter-AVS-VS package or build it from source, copy the dll file to your plugins folder of AviSynthPlus, that's it!
ACInfoList()
This is a help function that will return a string list of the available processors with its devices.
ACUpscale(factor, processor, device, model)
-
factor: factor for upscaling (float [=2.0]) -
processor: processor for upscaling (string [="cpu"]) -
device: device index for processor (int [=0]) -
model: model name (string [="acnet-hdn0"])
- Gray8
- Gray16
- GrayS
- YUV444P8
- YUV444P16
- YUV444PS
- YUV422P8
- YUV422P16
- YUV422PS
- YUV420P8
- YUV420P16
- YUV420PS