From c865d494a1fab58dbdf1175e1d7a5d89000040ff Mon Sep 17 00:00:00 2001 From: k4yt3x Date: Tue, 15 Feb 2022 02:30:22 +0000 Subject: [PATCH] updated run source script paths --- scripts/run-source-in-container.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/run-source-in-container.sh b/scripts/run-source-in-container.sh index 4386a74..24593dd 100755 --- a/scripts/run-source-in-container.sh +++ b/scripts/run-source-in-container.sh @@ -12,7 +12,7 @@ sudo podman run -it --rm \ -v $HOME/projects/media2x/video2x:/video2x \ -e PYTHONPATH="/video2x" \ ghcr.io/k4yt3x/video2x:5.0.0-beta2-cuda \ - -i input-large.mp4 -o output-large.mp4 \ + -i data/input.mp4 -o data/output.mp4 \ -p5 \ upscale \ - -h 1440 -d waifu2x -n3 + -h 1440 -a waifu2x -n3