Compare commits

...

2 Commits

Author SHA1 Message Date
Simon Bruder 319ed6dea3
Change mvmulti url
There seems to be a rewrite going on. Oyster (by the same author) for
some reason still needs the mvmulti script.
2020-05-04 22:39:18 +02:00
Simon Bruder be1ddbe26b
Add mkvtoolnix 2020-05-04 22:39:09 +02:00
1 changed files with 2 additions and 1 deletions

View File

@ -13,6 +13,7 @@ RUN apt-get update \
ffmpeg \
git \
libtool \
mkvtoolnix \
pocl-opencl-icd \
python3-pip \
vapoursynth \
@ -88,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 \