chore: Delete comment that is not true
This commit is contained in:
parent
c7f4fd1215
commit
2512a4d32a
|
@ -36,7 +36,6 @@ export class VideoProcessingService {
|
|||
});
|
||||
});
|
||||
|
||||
// JPEGに変換 (Webpでもいいが、MastodonはWebpをサポートせず表示できなくなる)
|
||||
return await this.imageProcessingService.convertToJpeg(`${dir}/out.png`, 498, 280);
|
||||
} finally {
|
||||
cleanup();
|
||||
|
|
Loading…
Reference in New Issue