1. make a folder in `C:\Program Files` called "DMC", put release binaries and [ffmpeg windows full-build executables](https://github.com/GyanD/codexffmpeg/releases/) into `C:\Program Files\DMC\`
2. Add ffmpeg to PATH: `[Win BTN] + R`, type `SystemPropertiesAdvanced`, click `Environment Variables`, under "User variables for (user)" find variable Path, click on it and edit, in the now open window click `new`, and paste `C:\Program Files\DMC\`.
3. If the command `ffmpeg` in cmd works, you can now drag and drop files onto the binary and have it work!
4. to set performance preset, doubleclick the binary
How to install(Windows, Linux, MacOS):
1. get node.js from [here](https://nodejs.org)
2. clone repo into any folder you like.
3. run `npm install --save` to get all dependencies