some basics of video times - unfinished
This commit is contained in:
parent
0a895e1f04
commit
70040c5149
3 changed files with 23 additions and 17 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue