-
-
Notifications
You must be signed in to change notification settings - Fork 55
AviSynth
Anime4000 edited this page Aug 8, 2017
·
20 revisions
In this guide, you will able to install and use AviSynth+
Download and Install these
- Install AviSynth+ with default options
- Open AvsPmod file and extract anywhere you like. To run, open
AvsPmod.exe
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:
Good Luck!