mirror of
https://github.com/misskey-dev/misskey.git
synced 2024-12-24 00:39:32 +09:00
enhance(server): 動画サムネイルの縦の長さを最大422pxにする
Related to #10149 Related to #10450
This commit is contained in:
parent
bc5e457a63
commit
a0c3dede8e
@ -37,7 +37,7 @@ export class VideoProcessingService {
|
|||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
return await this.imageProcessingService.convertToWebp(`${dir}/out.png`, 498, 280);
|
return await this.imageProcessingService.convertToWebp(`${dir}/out.png`, 498, 422);
|
||||||
} finally {
|
} finally {
|
||||||
cleanup();
|
cleanup();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user