-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Description
I'm using following code to compress video.
ImagePicker.openPicker({
mediaType: "video"
}).then(images => {
let uri = images.path
const videoTools = new VideoTools(uri);
videoTools.compress({ quality: 'low' }).then(details => {
});
})
Getting below error in both android and ios :
Possible Unhandled Promise Rejection (id: 7):
"An error occur while getting input file details. Please check your input file details"
Metadata
Metadata
Assignees
Labels
No labels