diff options
| author | Birte Kristina Friesel <derf@finalrewind.org> | 2024-02-10 21:46:45 +0100 |
|---|---|---|
| committer | Birte Kristina Friesel <derf@finalrewind.org> | 2024-02-10 21:46:45 +0100 |
| commit | cdf3c02cb8b7a557e8aeeda5b7e13b3139a41b0e (patch) | |
| tree | 19f8666708075c2a9c40f054b1c13cadcca8d20f /src/app/sharp96-bad-apple/convert | |
| parent | ef9d29ee0ecef0da260388300f354de48b1032c1 (diff) | |
rename sharp96-bad-apple to bad-apple-msp430fr-sharp96
Diffstat (limited to 'src/app/sharp96-bad-apple/convert')
| -rwxr-xr-x | src/app/sharp96-bad-apple/convert | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/src/app/sharp96-bad-apple/convert b/src/app/sharp96-bad-apple/convert deleted file mode 100755 index d357faa..0000000 --- a/src/app/sharp96-bad-apple/convert +++ /dev/null @@ -1,16 +0,0 @@ -#!/bin/sh - -# ./convert.sh <file> -r <frame rate> [additional ffmpeg args] - -set -eu - -mkdir -p tmp - -ffmpeg -i "$@" tmp/frame%4d.png - -parallel mogrify -resize 96x96 -threshold 50% -- tmp/*.png - -echo "const unsigned char frame_rate = $3;" > frames.cc -./frames-to-cc tmp/*.png >> frames.cc - -rm -rf tmp |
