Skip to content
Anime4000 edited this page Aug 8, 2017 · 20 revisions

In this guide, you will able to install and use AviSynth+

Download

Download and Install these

Install

  • Install AviSynth+ with default options
  • Open AvsPmod file and extract anywhere you like. To run, open AvsPmod.exe

Test

After done installing, test if AviSynth+ working properly with IFME

Open AvsPmod, paste this code and save!

Video="kawaii_animu.mp4"
DirectShowSource(Video).ConvertToYV12()

If no absolute path for Video=, AviSynth+ assume video & script are in same folder

After you save *.avs file, Import into IFME, it should look like this: Screenshot

Good Luck!