Skip to content

DJATOM/avs2yuv

Repository files navigation

avs2yuv

A simple tool that can execute avisynth scripts. This version is intended to be used with Avisynth+.

Compiling and installing

git clone https://github.com/DJATOM/avs2yuv.git
cd avs2yuv
mkdir build
cd build
cmake ..
make
[sudo] make install