diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/utils/camera.ts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/utils/camera.ts b/src/utils/camera.ts index 8104ba74..f21ef133 100644 --- a/src/utils/camera.ts +++ b/src/utils/camera.ts @@ -67,6 +67,7 @@ export const navigateToMediaPicker = ( 'SelfPortraits', 'Screenshots', 'UserLibrary', + 'Videos', ], mediaType: 'any', compressVideoPreset: 'Passthrough', @@ -153,7 +154,7 @@ export const cropVideo = ( ? Math.round(videoCropValues.cropOffsetY) : 0 : 0, - quality: 'highest', + quality: 'passthrough', }).then((data: any) => { if (muted) { removeAudio(data, handleData); |