summaryrefslogtreecommitdiff
path: root/video/slideshow
diff options
context:
space:
mode:
Diffstat (limited to 'video/slideshow')
-rwxr-xr-xvideo/slideshow2
1 files changed, 1 insertions, 1 deletions
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 - \