Skip to content
Snippets Groups Projects
Commit a47bf483 authored by tamaina's avatar tamaina
Browse files

enhance: convert video thumbnail to webp

parent 2512a4d3
No related branches found
No related tags found
No related merge requests found
......@@ -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 {
cleanup();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment