Skip to content

Android SDK gives bad video result #3

@Lastic21

Description

@Lastic21

@generalbytes @yunyiyunyi @EternalSoySauce
I try to export video from Insta360 ONE X with MediaSdk for Android, but official app gives me this (and this is what I need) :

Снимок экрана 2020-12-23 в 12 21 49

And I get (with MediaSdk) this:
Снимок экрана 2020-12-23 в 12 21 36

My code is:

val builder = ExportVideoParamsBuilder()
            .setExportMode(ExportUtils.ExportMode.PANORAMA)
            .setTargetPath(exportPath + System.currentTimeMillis() + ".mp4")

val exportId = ExportUtils.exportVideo(wrapper, builder, object : IExportCallback {
             override fun onSuccess() {}
             override fun onFail(p0: Int, p1: String?) {}
             override fun onCancel() {}
        })

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions