shahen94 / react-native-video-processing

Native Video editing/trimming/compressing :movie_camera: library for React-Native
https://shahen94.github.io/react-native-video-processing/
MIT License
1.24k stars 321 forks source link

AVFoundationErrorDomain Code=-11800 ( The operation could not be completed) #362

Open Logicbuzz04 opened 2 years ago

Logicbuzz04 commented 2 years ago

Hi Shahen94,

I am using your dependancy for trimming or compressing local video from iOS device. video compression work very well for my app but when I try to trim video some time they trimmed well and some time give me warning shown as below and not trim my video.

Possible Unhandled Promise Rejection (id: 0): "Failed: Optional(Error Domain=AVFoundationErrorDomain Code=-11800 \"The operation could not be completed\" UserInfo={NSLocalizedFailureReason=An unknown error occurred (-16357), NSLocalizedDescription=The operation could not be completed, NSUnderlyingError=0x6000019c3840 {Error Domain=NSOSStatusErrorDomain Code=-16357 \"(null)\"}})"

please give me your suggestions.

My packages versions are :

"react": "^17.0.2", "react-native": "^0.67.4", "react-native-video-processing": "^2.0.0",

guiTheret commented 2 years ago

Have the same issue any news ?

Logicbuzz04 commented 2 years ago

@Robebou No

germankoco commented 1 year ago

same error ???