mirror of
https://github.com/timvisee/ffsend.git
synced 2025-10-03 01:29:16 +02:00
Add usage demo vidoe/GIF/asciinema
This commit is contained in:
parent
bec08c57ed
commit
5f1947d171
7 changed files with 1264 additions and 28 deletions
1222
res/asciinema-ffsend-demo.json
Normal file
1222
res/asciinema-ffsend-demo.json
Normal file
File diff suppressed because it is too large
Load diff
12
res/create-gif-ffsend-demo
Executable file
12
res/create-gif-ffsend-demo
Executable 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
BIN
res/ffsend-demo.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 8 MiB |
BIN
res/ffsend-demo.mp4
Normal file
BIN
res/ffsend-demo.mp4
Normal file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue