enhance: convert video thumbnail to webp

This commit is contained in:
tamaina 2022-12-24 16:03:05 +00:00
parent 2512a4d32a
commit a47bf48339
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ export class VideoProcessingService {
}); });
}); });
return await this.imageProcessingService.convertToJpeg(`${dir}/out.png`, 498, 280); return await this.imageProcessingService.convertToWebp(`${dir}/out.png`, 498, 280);
} finally { } finally {
cleanup(); cleanup();
} }