enhance(server): 動画サムネイルの縦の長さを最大422pxにする

Related to #10149
Related to #10450
This commit is contained in:
tamaina 2023-04-02 15:49:07 +00:00
parent bc5e457a63
commit a0c3dede8e
1 changed files with 1 additions and 1 deletions

View File

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