diff --git a/Assets/GIFs/adaptive-app-shell.gif b/Assets/GIFs/adaptive-app-shell.gif index 43fef0b..27a2ff8 100644 Binary files a/Assets/GIFs/adaptive-app-shell.gif and b/Assets/GIFs/adaptive-app-shell.gif differ diff --git a/CHANGELOG.md b/CHANGELOG.md index dbeedf5..0adabb3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 1.0.2 + +- Recompressed the showcase GIF at the same 400×870 size and 20 fps while reducing preview weight + ## 1.0.1 - Re-recorded the showcase at 20 fps with balanced time for every theme diff --git a/Scripts/record_showcase.sh b/Scripts/record_showcase.sh index 6f4acf1..6c6779c 100755 --- a/Scripts/record_showcase.sh +++ b/Scripts/record_showcase.sh @@ -42,7 +42,7 @@ kill -INT "$RECORDING_PID" || true wait "$RECORDING_PID" || true ffmpeg -y -i "$RECORDING" \ - -filter_complex "fps=20,scale=400:-1:flags=lanczos,split[frames][palette_input];[palette_input]palettegen=max_colors=192:stats_mode=diff[palette];[frames][palette]paletteuse=dither=sierra2_4a:diff_mode=rectangle" \ + -filter_complex "fps=20,scale=400:-1:flags=lanczos,split[frames][palette_input];[palette_input]palettegen=max_colors=128:stats_mode=diff[palette];[frames][palette]paletteuse=dither=none:diff_mode=rectangle" \ -loop 0 "$GIF" >/dev/null 2>&1 echo "$GIF"