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.
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.