Skip to content

Latest commit

 

History

History
16 lines (15 loc) · 278 Bytes

README.md

File metadata and controls

16 lines (15 loc) · 278 Bytes

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