Handy
#ffmpeg script to create
#webp (animated image). Put this in a .bat and drag'n drop your videos!
ffmpeg -y -i %~1 -vcodec libwebp -fs 24000000 -filter:v fps=fps=20 -lossless 0 -compression_level 3 -q:v 70 -vsync 0 -s 800:450 -loop 0 %~nx1.webp
#gamedev #indiedev