add todo for thumbnails

This commit is contained in:
mykola2312 2024-09-13 11:33:55 +03:00
parent 7fb9791c2f
commit eeb34d8eba

View file

@ -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)]