adding an ffmpeg.rs and thumbnailing fn

This module adds a bg_from_video function that takes uses the ffmpeg
binary to create thumbnails and adds them to the apps local data directory.
This commit is contained in:
Chris Cochrun 2023-04-22 07:18:05 -05:00
parent 67d7f960ed
commit 529be1a519
3 changed files with 80 additions and 17 deletions

View file

@ -1,3 +1,4 @@
pub mod ffmpeg;
mod file_helper;
pub mod image_model;
pub mod models;