chore: Delete comment that is not true

This commit is contained in:
tamaina 2022-12-24 15:15:48 +00:00
parent c7f4fd1215
commit 2512a4d32a
1 changed files with 1 additions and 2 deletions

View File

@ -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();