Dockerfile configuration to run QTGMC with Vapoursynth. Built on Archlinux. Includes optimized and slightly opinionated settings.
To use:
- Copy Dockerfile to local directory
- Build with
docker build -t qtgmc:latest ./
- Run like you would normally run
vspipe
, for example:
docker run -it -v /local/dir:/app qtgmc:latest /bin/bash -c 'VS_NUM_THREADS=8 VS_SOURCE=/app/input.mkv QTGMC_SHARPNESS=1 vspipe -c y4m /root/qtgmc.vpy - | ffmpeg -i - -c:v libx264 /app/output.mkv'