enhance(server): 動画サムネイルの縦の長さを最大422pxにする
Related to #10149 Related to #10450
This commit is contained in:
parent
bc5e457a63
commit
a0c3dede8e
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue