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