Skip to content

Wrong video height and width #28

Description

@OscarDaSilva

Hello,

I implemented this plugin in my app. I have a video with 1080x1920 resolution and 88,6MB in my iOS emulator gallery.

When I process the video, it is transformed to 320x568 and 5,2MB

The file is picked with FilePicker.pickMedia() and I tried multiple TranscodeOptions but Im not able to keep the 1080x1920.

VideoEditor.edit({
path,
transcode: {
width: 1080,
height: 1920,
keepAspectRatio: true,
fps: 30,
},
})

Can you maybe help me? Thanks.

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