react-native-video-processing
react-native-video-processing copied to clipboard
Error: Crop error: failed. ffmpeg version 3.3.5
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

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 |
Its a little late but I hope it helps.
Please make sure you have.then()and .catch() after crop() method to handle promise.
Has anyone resolve this issue ? im getting this issue in bundle.