Compare commits

...

3 commits

Author SHA1 Message Date
Simon Bruder 596215dbed
Fix indent 2020-05-09 03:10:59 +02:00
Simon Bruder 739ea0a6c5
Add muvsfunc_numpy 2020-05-09 03:09:44 +02:00
Simon Bruder 201438f641
Add opencv 2020-05-09 03:09:15 +02:00

View file

@ -17,6 +17,7 @@ RUN apt-get update \
meson \ meson \
mkvtoolnix \ mkvtoolnix \
pocl-opencl-icd \ pocl-opencl-icd \
python3-opencv \
python3-pip \ python3-pip \
vapoursynth \ vapoursynth \
vapoursynth-* \ vapoursynth-* \
@ -106,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/fvsfunc/raw/master/fvsfunc.py \
https://github.com/Irrational-Encoding-Wizardry/kagefunc/raw/master/kagefunc.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/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/WolframRhodium/muvsfunc/raw/master/muvsfunc.py \
https://github.com/dubhater/vapoursynth-adjust/raw/master/adjust.py \ https://github.com/dubhater/vapoursynth-adjust/raw/master/adjust.py \
https://github.com/theChaosCoder/lostfunc/raw/master/lostfunc.py \ https://github.com/theChaosCoder/lostfunc/raw/master/lostfunc.py \