static Future<File> getVideoThumbnail(String videoPath) async { return await VideoCompress.getFileThumbnail( videoPath, quality: 80, ); }