diff options
Diffstat (limited to 'video/slideshow')
-rwxr-xr-x | video/slideshow | 2 |
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 - \ |