You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My app got freeze sometimes while I choose multiple videos, like ten videos at a time and sometimes after choosing the videos properly it got freeze while triming and compressing.
When the size of the videos are small, it is not creating any issue. But incase of more size it got freeze.
Here I am using compression and file type -
mediaPickerConfig.video.compression = AVAssetExportPresetMediumQuality
mediaPickerConfig.video.fileType = .mp4
The text was updated successfully, but these errors were encountered:
Describe the bug
My app got freeze sometimes while I choose multiple videos, like ten videos at a time and sometimes after choosing the videos properly it got freeze while triming and compressing.
When the size of the videos are small, it is not creating any issue. But incase of more size it got freeze.
Here I am using compression and file type -
mediaPickerConfig.video.compression = AVAssetExportPresetMediumQuality
mediaPickerConfig.video.fileType = .mp4
The text was updated successfully, but these errors were encountered: