-
Notifications
You must be signed in to change notification settings - Fork 11
Closed
Description
@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) :
And I get (with MediaSdk) this:

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
Labels
No labels
