Merge branch 'develop' of https://github.com/misskey-dev/misskey into develop
This commit is contained in:
commit
ef87a9db7b
|
@ -36,8 +36,7 @@ export class VideoProcessingService {
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
// JPEGに変換 (Webpでもいいが、MastodonはWebpをサポートせず表示できなくなる)
|
return await this.imageProcessingService.convertToWebp(`${dir}/out.png`, 498, 280);
|
||||||
return await this.imageProcessingService.convertToJpeg(`${dir}/out.png`, 498, 280);
|
|
||||||
} finally {
|
} finally {
|
||||||
cleanup();
|
cleanup();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue