From a0c3dede8e47d2ff169986f624ccdda01e47a5d3 Mon Sep 17 00:00:00 2001
From: tamaina <tamaina@hotmail.co.jp>
Date: Sun, 2 Apr 2023 15:49:07 +0000
Subject: [PATCH] =?UTF-8?q?enhance(server):=20=E5=8B=95=E7=94=BB=E3=82=B5?=
 =?UTF-8?q?=E3=83=A0=E3=83=8D=E3=82=A4=E3=83=AB=E3=81=AE=E7=B8=A6=E3=81=AE?=
 =?UTF-8?q?=E9=95=B7=E3=81=95=E3=82=92=E6=9C=80=E5=A4=A7422px=E3=81=AB?=
 =?UTF-8?q?=E3=81=99=E3=82=8B=20Related=20to=20#10149=20Related=20to=20#10?=
 =?UTF-8?q?450?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 packages/backend/src/core/VideoProcessingService.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/packages/backend/src/core/VideoProcessingService.ts b/packages/backend/src/core/VideoProcessingService.ts
index eccfeb0e7d..5869905db0 100644
--- a/packages/backend/src/core/VideoProcessingService.ts
+++ b/packages/backend/src/core/VideoProcessingService.ts
@@ -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();
 		}