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

2
src/video/mod.rs Normal file
View File

@@ -0,0 +1,2 @@
pub mod actors;
pub mod ffmpeg;