add todo for thumbnails
This commit is contained in:
parent
7fb9791c2f
commit
eeb34d8eba
1 changed files with 3 additions and 0 deletions
|
|
@ -69,6 +69,9 @@ impl FFMpeg {
|
|||
|
||||
Ok(())
|
||||
}
|
||||
|
||||
// TODO: implement function to generate thumbnails for videos
|
||||
// ffmpeg -i test-video -vf "select=eq(n\,0)" -vf scale=320:-2 -q:v 3 test-video-thumbnail.jpg
|
||||
}
|
||||
|
||||
#[cfg(test)]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue