convertVideoFormats

suspend fun convertVideoFormats(fileUrl: String, toLowResolution: Boolean, applyTopBottomCorrection: Boolean = true): String

Converts the movie format of a saved movie.

Theta S and Theta SC don't support this functionality, so always fileUrl is returned.

Return

URL of a converted movie file.

Parameters

fileUrl

URL of a saved movie file.

toLowResolution

If true generates lower resolution video, otherwise same resolution.

applyTopBottomCorrection

apply Top/bottom correction. This parameter is ignored on Theta X.

Throws