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

chore: Delete comment that is not true

parent c7f4fd12
No related branches found
No related tags found
No related merge requests found
......@@ -35,8 +35,7 @@ export class VideoProcessingService {
timestamps: ['5%'],
});
});
// JPEGに変換 (Webpでもいいが、MastodonはWebpをサポートせず表示できなくなる)
return await this.imageProcessingService.convertToJpeg(`${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