Skip to content

AviSynthPlus plugin

TianZer edited this page Aug 1, 2025 · 14 revisions

Quick start

FFVideoSource("Your video path").ACUpscale(factor=2.0, processor="opencl", device = 0)

Install

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!

Functions

ACInfoList()

This is a help function that will return a string list of the available processors with its devices.

ACUpscale(factor, processor, device, model)

parameters: description (type [=default])

  • 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"])

Supported color format

  • Gray8
  • Gray16
  • GrayS
  • YUV444P8
  • YUV444P16
  • YUV444PS
  • YUV422P8
  • YUV422P16
  • YUV422PS
  • YUV420P8
  • YUV420P16
  • YUV420PS

Clone this wiki locally