Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified Assets/GIFs/adaptive-app-shell.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion Scripts/record_showcase.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Loading