diff --git a/README.md b/README.md index a1c5d35..8a93d16 100644 --- a/README.md +++ b/README.md @@ -105,11 +105,9 @@ When installing the O/S via $ZFS_OS_INSTALLATION_SCRIPT, the root pool is mounte Other options may be supported, and displayed in the current commandline help, so users are invited to take a look. -## Screenshots +## Demo -![Devices selection](/screenshots/01-devices_selection.png?raw=true) -![Encryption](/screenshots/02-encryption.png?raw=true) -![Boot pool tweaks](/screenshots/03-boot_pool_tweaks.png?raw=true) +![Demo](/demo/demo.gif?raw=true) ## Bug reporting/feature requests diff --git a/demo/demo.gif b/demo/demo.gif new file mode 100644 index 0000000..31f4f51 Binary files /dev/null and b/demo/demo.gif differ diff --git a/demo/source/1549.webm b/demo/source/1549.webm new file mode 100644 index 0000000..1d6addb Binary files /dev/null and b/demo/source/1549.webm differ diff --git a/demo/source/1550.webm b/demo/source/1550.webm new file mode 100644 index 0000000..8463425 Binary files /dev/null and b/demo/source/1550.webm differ diff --git a/demo/source/1620.webm b/demo/source/1620.webm new file mode 100644 index 0000000..4c1c312 Binary files /dev/null and b/demo/source/1620.webm differ diff --git a/demo/source/1629.webm b/demo/source/1629.webm new file mode 100644 index 0000000..c49920d Binary files /dev/null and b/demo/source/1629.webm differ diff --git a/demo/source/1647.webm b/demo/source/1647.webm new file mode 100644 index 0000000..68e9c2f Binary files /dev/null and b/demo/source/1647.webm differ diff --git a/demo/source/2254.webm b/demo/source/2254.webm new file mode 100644 index 0000000..9160f81 Binary files /dev/null and b/demo/source/2254.webm differ diff --git a/demo/source/2305.webm b/demo/source/2305.webm new file mode 100644 index 0000000..eb72c4f Binary files /dev/null and b/demo/source/2305.webm differ diff --git a/demo/source/3932.webm b/demo/source/3932.webm new file mode 100644 index 0000000..a20e2d2 Binary files /dev/null and b/demo/source/3932.webm differ diff --git a/demo/source/convert.sh b/demo/source/convert.sh new file mode 100755 index 0000000..59da24c --- /dev/null +++ b/demo/source/convert.sh @@ -0,0 +1,6 @@ +#!/bin/bash + +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 diff --git a/screenshots/01-devices_selection.png b/screenshots/01-devices_selection.png deleted file mode 100644 index 4dc757f..0000000 Binary files a/screenshots/01-devices_selection.png and /dev/null differ diff --git a/screenshots/02-encryption.png b/screenshots/02-encryption.png deleted file mode 100644 index f127b6a..0000000 Binary files a/screenshots/02-encryption.png and /dev/null differ diff --git a/screenshots/03-boot_pool_tweaks.png b/screenshots/03-boot_pool_tweaks.png deleted file mode 100644 index 0be7e11..0000000 Binary files a/screenshots/03-boot_pool_tweaks.png and /dev/null differ