From 319ed6dea3984e7f70580ba3787d8a4333599a1d Mon Sep 17 00:00:00 2001 From: Simon Bruder Date: Mon, 4 May 2020 22:39:18 +0200 Subject: [PATCH] Change mvmulti url There seems to be a rewrite going on. Oyster (by the same author) for some reason still needs the mvmulti script. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8aa0cd4..492e113 100644 --- a/Dockerfile +++ b/Dockerfile @@ -89,7 +89,7 @@ RUN mkdir /usr/local/lib/vapoursynth-scripts/ \ https://github.com/HomeOfVapourSynthEvolution/mvsfunc/raw/master/mvsfunc.py \ https://github.com/HomeOfVapourSynthEvolution/vsTAAmbk/raw/master/vsTAAmbk.py \ https://github.com/IFeelBloated/Oyster/raw/master/Oyster.py \ - https://github.com/IFeelBloated/vapoursynth-mvtools-sf/raw/master/src/mvmulti.py \ + https://github.com/IFeelBloated/vapoursynth-mvtools-sf/raw/5dfa8756092daa7dcc635eef799c6964bd40c259/src/mvmulti.py \ https://github.com/Infiziert90/getnative/raw/master/getnative.py \ https://github.com/Irrational-Encoding-Wizardry/fvsfunc/raw/master/fvsfunc.py \ https://github.com/Irrational-Encoding-Wizardry/kagefunc/raw/master/kagefunc.py \