initial commit

This commit is contained in:
2024-05-01 12:31:31 +02:00
commit 6f71ada556
9 changed files with 33 additions and 0 deletions

1
.video_to_gif.bat Executable file
View File

@@ -0,0 +1 @@
ffmpeg -i 0000-0960.avi -vf "fps=24,scale=320:-1:flags=lanczos,split[s0][s1];[s0]palettegen[p];[s1][p]paletteuse" -loop 0 output.gif