Merge branch 'main' of github.com:sartography/spiffworkflow_website into main
This commit is contained in:
commit
c7ae9883bb
|
@ -1,4 +1,4 @@
|
|||
# Spiffworkflow landing page and blog
|
||||
# SpiffWorkflow landing page and blog
|
||||
|
||||
To get started install Hugo. From there you can just run ```hugo serve``` and you should get the site as designed.
|
||||
|
||||
|
@ -11,7 +11,7 @@ We used the Fresh Theme
|
|||
This is auto-deployed through CloudFlare's pages. Please be sure that the correct version of Hugo is set in Cloud Flare's Workers & Pages / Settings / Environment Variables.
|
||||
|
||||
# Generating Animated gifs
|
||||
I used roughtly a quarter of my standard screen to record videos with OBS Studio.
|
||||
I used roughly a quarter of my standard screen to record videos with OBS Studio.
|
||||
I then converted the mp4 files to gifs with the following command:
|
||||
```bash
|
||||
ffmpeg -i scripts.mp4 -r 15 -vf "scale=1024:-1,split[s0][s1];[s0]palettegen[p];[s1][p]paletteuse" scripts.gif
|
||||
|
|
Loading…
Reference in New Issue