At this moment my script looks that
Code: Select all
Import("%s_ffastrans_dir%\Processors\AVS_plugins\ai_upscaler\AiUpscale.avsi
LoadPlugin ("%s_ffastrans_dir%\Processors\avs_plugins\AviSynthPlus_3.6.1\x64\AviSynth.dll")
LoadPlugin ("%s_ffastrans_dir%\Processors\avs_plugins\AviSynthPlus_3.6.1\x64\system\DevIL.dll")
LoadPlugin ("%s_ffastrans_dir%\Processors\avs_plugins\AviSynthPlus_3.6.1\x64\plugins\ConvertStacked.dll")
LoadPlugin ("%s_ffastrans_dir%\Processors\avs_plugins\AviSynthPlus_3.6.1\x64\plugins\DirectShowSource.dlll")
LoadPlugin ("%s_ffastrans_dir%\Processors\avs_plugins\AviSynthPlus_3.6.1\x64\plugins\ImageSeq.dlll")
LoadPlugin ("%s_ffastrans_dir%\Processors\avs_plugins\AviSynthPlus_3.6.1\x64\plugins\Shibatch.dll")
LoadPlugin ("%s_ffastrans_dir%\Processors\avs_plugins\AviSynthPlus_3.6.1\x64\plugins\TimeStretch.dll")
LoadPlugin ("%s_ffastrans_dir%\Processors\avs_plugins\AviSynthPlus_3.6.1\x64\plugins\VDubFilter.dll")
LoadPlugin ("%s_ffastrans_dir%\Processors\avs_plugins\AviSynthShader-1.6.6\Shader-x64.dll")
AiUpscale(m_clip, int "Factor", string "Luma", string "Chroma", string "CResample", int "Width" , int "Height" , int "Double", string "Mode", string "CPlace", int "OutDepth")
Return m_clip
Regards
Hubert