convert Video Formats
suspend fun convertVideoFormats(fileUrl: String, toLowResolution: Boolean, applyTopBottomCorrection: Boolean = true, progress: (completion: Float) -> Unit? = null): 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
file Url
URL of a saved movie file.
to Low Resolution
If true generates lower resolution video, otherwise same resolution.
apply Top Bottom Correction
apply Top/bottom correction. This parameter is ignored on Theta X.
progress
the block for convertVideoFormats progress.
Throws
Command is currently disabled.