pub async fn load_video_info(file: &File) -> (BaseVideoInfo, Option<Thumbnail>)
Expand description
Load information and try to generate a thumbnail for the video in the given file.
pub async fn load_video_info(file: &File) -> (BaseVideoInfo, Option<Thumbnail>)
Load information and try to generate a thumbnail for the video in the given file.