README: Add animated demo
Includes source files, and script for generating the animation.
This commit is contained in:
parent
9b085fc063
commit
e02f7dcb62
@ -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.
|
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)
|
![Demo](/demo/demo.gif?raw=true)
|
||||||
![Encryption](/screenshots/02-encryption.png?raw=true)
|
|
||||||
![Boot pool tweaks](/screenshots/03-boot_pool_tweaks.png?raw=true)
|
|
||||||
|
|
||||||
## Bug reporting/feature requests
|
## Bug reporting/feature requests
|
||||||
|
|
||||||
|
BIN
demo/demo.gif
Normal file
BIN
demo/demo.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 9.7 MiB |
BIN
demo/source/1549.webm
Normal file
BIN
demo/source/1549.webm
Normal file
Binary file not shown.
BIN
demo/source/1550.webm
Normal file
BIN
demo/source/1550.webm
Normal file
Binary file not shown.
BIN
demo/source/1620.webm
Normal file
BIN
demo/source/1620.webm
Normal file
Binary file not shown.
BIN
demo/source/1629.webm
Normal file
BIN
demo/source/1629.webm
Normal file
Binary file not shown.
BIN
demo/source/1647.webm
Normal file
BIN
demo/source/1647.webm
Normal file
Binary file not shown.
BIN
demo/source/2254.webm
Normal file
BIN
demo/source/2254.webm
Normal file
Binary file not shown.
BIN
demo/source/2305.webm
Normal file
BIN
demo/source/2305.webm
Normal file
Binary file not shown.
BIN
demo/source/3932.webm
Normal file
BIN
demo/source/3932.webm
Normal file
Binary file not shown.
6
demo/source/convert.sh
Executable file
6
demo/source/convert.sh
Executable file
@ -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
|
Binary file not shown.
Before Width: | Height: | Size: 36 KiB |
Binary file not shown.
Before Width: | Height: | Size: 16 KiB |
Binary file not shown.
Before Width: | Height: | Size: 18 KiB |
Loading…
Reference in New Issue
Block a user