convert Video Formats
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
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.
Throws
Command is currently disabled.