From 13d3e975595a1ce5e03ebf64f83b1246cbf0a50e Mon Sep 17 00:00:00 2001 From: Simon Bruder Date: Sun, 15 Mar 2020 17:04:38 +0000 Subject: [PATCH] Add comment on why DCTFilter is needed --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index c94cb65..e3029e2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -38,6 +38,7 @@ RUN cd /tmp \ && cd .. \ && rm -rf fftw-3.3.8 +# required by hvf.Deblock_QED (required by fvf.AutoDeblock) RUN cd /tmp \ && git clone --depth=1 https://github.com/HomeOfVapourSynthEvolution/VapourSynth-DCTFilter \ && cd VapourSynth-DCTFilter \