This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
""" | |
This project was moved to https://github.com/kageru/Irrational-Encoding-Wizardry. | |
Don't expect this gist to be updated regularly. | |
""" | |
import vapoursynth as vs | |
import mvsfunc as mvf | |
import fvsfunc as fvf | |
from functools import partial |