Add usage demo vidoe/GIF/asciinema

This commit is contained in:
timvisee 2018-05-18 14:45:00 +02:00
parent bec08c57ed
commit 5f1947d171
No known key found for this signature in database
GPG key ID: A28432A0AE6E6306
7 changed files with 1264 additions and 28 deletions

File diff suppressed because it is too large Load diff

12
res/create-gif-ffsend-demo Executable file
View file

@ -0,0 +1,12 @@
#!/bin/bash
# Create the frames directory
mkdir frames
# Extract the frames
ffmpeg -i ./ffsend-demo.mp4 -r 6/1 frames/frame%04d.png
# Create a gif
gifski -o ffsend-demo.gif frames/frame*.png --width 850 --height 332 --fps 6 --quality 70
echo "Done"

BIN
res/ffsend-demo.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 8 MiB

BIN
res/ffsend-demo.mp4 Normal file

Binary file not shown.