From a92bcfe91bc274970840cbd65e1389d0c4371e02 Mon Sep 17 00:00:00 2001 From: Timmy Keller Date: Thu, 11 Nov 2021 22:23:10 -0600 Subject: tssg changes and such --- video/slideshow | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'video/slideshow') diff --git a/video/slideshow b/video/slideshow index 94c530e..d1a9647 100755 --- a/video/slideshow +++ b/video/slideshow @@ -1,5 +1,5 @@ #!/bin/sh -cat *.JPG | ffmpeg -y \ +cat "$@" | ffmpeg -y \ -framerate 0.20 -loop 1 \ -f image2pipe \ -i - \ -- cgit v1.2.3