Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/jfa-go/src/commit/0c7187d53f4baf4285ef36a692e78f52b41afd0e/images/gengif.txt You should set ROOT_URL correctly, otherwise the web may not work correctly.
jfa-go/images/gengif.txt

4 lines
170 B

Commands for making GIF:
ffmpeg -i demo.mkv -vf "palettegen" videoPalette.png
ffmpeg -i demo.mkv -i videoPalette.png -lavfi "fps=25 [x]; [x][1:v] paletteuse" -y demo.gif