macOS (old)

  1. Download VapourSynth
  2. Install VapourSynth-RXX.pkg (make sure you don't have vs installed already)
  3. Move the video_edit folder to vapoursynth.framework
  4. Create a shortcut and place it in the vapoursynth folder on your desktop (same name)
  5. Move the ffmpeg folder to vapoursynth.framework/bin via "Add Executables"
  6. Add VapourSynth.app to the dock.
  7. Copy all the plugins to the plugins folder (via "Add Plugins")
  8. Copy all scripts to the scripts folder (via "Add Scripts")
  9. Move vsedit.config to ~/Library/Preferences
  10. Move the nnedi3 folder to /usr/local/share (if the share folder is missing, go to usr/local and create it)
  11. Done.

Warning: Some plugins might not work for different reasons ʕノ•ᴥ•ʔノ ︵ ┻━┻

The mac I used for this video is ancient so the quality isn't that good D:. Please watch it in full screen to see the process

Installation blocked by Gatekeeper on Catalina and Big Sur

Due to security changes in Catalina, you may have to manually allow access to vapoursynth before installing.

Open terminal and run the following command:

sudo spctl --master-disable

To enable gatekeeper again:

sudo spctl --master-enable