- FFmpeg
- VapourSynth
- Git (for cloning)
- Binaries:
from blurpy.deps import get_deps
get_deps() # so easy!
pip install blurpy
Extract binaries and move them to root, ENJOY!!!
from blurpy.blur import blur
blur(input_: str, output: str = "output.mp4", config_loc: str)
Fill in these as per as your own wish!
blurpy
is distributed under the terms of the MIT license.