react-native-video-processing icon indicating copy to clipboard operation
react-native-video-processing copied to clipboard

Error: Crop error: failed. ffmpeg version 3.3.5

Open thevijaysoni opened this issue 5 years ago • 2 comments

Current Behavior

I am trying to crop video using ProcessingManager.crop and getting the error - some videos are croping and some not. Error- Possible Unhandled Promise Rejection (id: 10): Error: Crop error: failed. ffmpeg version 3.3.5 Copyright (c) 2000-2017 the FFmpeg developers built with gcc 4.8 (GCC) configuration Screenshot_1586147896

Expected Behavior

I want to crop videos that is selected from gallery.

Your Environment

software version
react-native-video-processing 1.20.0
react-native 0.61.5
node

thevijaysoni avatar Apr 06 '20 06:04 thevijaysoni

Its a little late but I hope it helps.

Please make sure you have.then()and .catch() after crop() method to handle promise.

yalcinozer avatar Jul 11 '20 08:07 yalcinozer

Has anyone resolve this issue ? im getting this issue in bundle.

ahmedbhesaniya97 avatar Oct 05 '20 11:10 ahmedbhesaniya97