From 739ea0a6c5b595f4ae8fdcccec3f811d7a672a1d Mon Sep 17 00:00:00 2001 From: Simon Bruder Date: Sat, 9 May 2020 03:09:44 +0200 Subject: [PATCH] Add muvsfunc_numpy --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index e5ae9f5..4198ad9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -107,6 +107,7 @@ RUN mkdir /usr/local/lib/vapoursynth-scripts/ \ https://github.com/Irrational-Encoding-Wizardry/fvsfunc/raw/master/fvsfunc.py \ https://github.com/Irrational-Encoding-Wizardry/kagefunc/raw/master/kagefunc.py \ https://github.com/Irrational-Encoding-Wizardry/vsutil/raw/master/vsutil.py \ + https://github.com/WolframRhodium/muvsfunc/raw/master/Collections/muvsfunc_numpy.py \ https://github.com/WolframRhodium/muvsfunc/raw/master/muvsfunc.py \ https://github.com/dubhater/vapoursynth-adjust/raw/master/adjust.py \ https://github.com/theChaosCoder/lostfunc/raw/master/lostfunc.py \