First pass on creating gifs from a video

This commit is contained in:
Cameron
2024-12-07 21:49:33 -05:00
parent 4e4a2240cf
commit b2a361faba
5 changed files with 140 additions and 1 deletions

View File

@@ -37,3 +37,4 @@ prometheus = "0.13"
lazy_static = "1.5"
anyhow = "1.0"
rand = "0.8.5"
tempfile = "3.14.0"