some basics of video times - unfinished

This commit is contained in:
Chris Cochrun 2024-04-10 09:49:50 -05:00
parent 0a895e1f04
commit 70040c5149
3 changed files with 23 additions and 17 deletions

View file

@ -6,7 +6,7 @@ use std::process::Command;
use std::str;
use tracing::debug;
pub fn bg_from_video(video: &Path) -> PathBuf {
pub async fn bg_from_video(video: &Path) -> PathBuf {
let video = PathBuf::from(video);
debug!(?video);
let mut data_dir = dirs::data_local_dir().unwrap();