From 231ef224ce04759832fcfb27f9c6bea917f5d789 Mon Sep 17 00:00:00 2001 From: Ivan Chen Date: Mon, 26 Jul 2021 16:09:44 -0400 Subject: Set quality to passthrough to fix issue --- src/utils/camera.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/utils/camera.ts b/src/utils/camera.ts index 8104ba74..cf9648f4 100644 --- a/src/utils/camera.ts +++ b/src/utils/camera.ts @@ -153,7 +153,7 @@ export const cropVideo = ( ? Math.round(videoCropValues.cropOffsetY) : 0 : 0, - quality: 'highest', + quality: 'passthrough', }).then((data: any) => { if (muted) { removeAudio(data, handleData); -- cgit v1.2.3-70-g09d2