ConvertVideoFormatsParams

data class ConvertVideoFormatsParams(val fileUrl: String, val size: VideoFormat? = null, val projectionType: _ProjectionType? = null, val codec: String? = null, val topBottomCorrection: TopBottomCorrection? = null)

Convert video format parameters

Constructors

Link copied to clipboard
constructor(fileUrl: String, size: VideoFormat? = null, projectionType: _ProjectionType? = null, codec: String? = null, topBottomCorrection: TopBottomCorrection? = null)

Properties

Link copied to clipboard
val codec: String? = null

Codec Specify "H.264/MPEG-4 AVC".

Link copied to clipboard

URL of a saved movie file

Link copied to clipboard

Projection type of movie file Specify "Equirectangular" .

Link copied to clipboard
val size: VideoFormat? = null

Recorded size (pixels) Z1, V: Specify "3840 x 1920" or "1920 x 960". X: Specify "3840 x 1920".

Link copied to clipboard

Rotational shake correction and rotational shake perfect correction are supported from RICOH THETA V firmware v1.20.1 or later.