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:
parent
67d7f960ed
commit
529be1a519
3 changed files with 80 additions and 17 deletions
|
@ -1,3 +1,4 @@
|
|||
pub mod ffmpeg;
|
||||
mod file_helper;
|
||||
pub mod image_model;
|
||||
pub mod models;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue