Skip to content
This repository has been archived by the owner on Oct 17, 2022. It is now read-only.

Commit

Permalink
Shellcheck: Fix convert.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
64kramsystem committed May 5, 2020
1 parent f8a09ce commit 0d6f69b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/source/convert.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

source_dir=$(readlink -f $(dirname "$0"))
source_dir=$(readlink -f "$(dirname "$0")")
demo_dir=$(dirname "$source_dir")

(for f in "$source_dir"/*.webm; do echo "file '$f'"; done) | ffmpeg -f concat -safe 0 -i /dev/stdin -vf "fps=2,split[s0][s1];[s0]palettegen[p];[s1][p]paletteuse" "$demo_dir/demo.gif" -y

0 comments on commit 0d6f69b

Please sign in to comment.