Skip to content

Getting issue while video compression. #7

@krupalikevadiya

Description

@krupalikevadiya

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions