API reference - Ricoh Theta

camera._convertVideoFormats command request

Definitions
Type object

Example:

{
    "name": "camera._convertVideoFormats",
    "parameters": {
        "fileUrl": "http://192.168.1.10/files/100RICOH/R0010210.MP4",
        "size": "3840 x 1920"
    }
}
Property Type Required Description
name const yes Command to execute
parameters object yes -

name

Definitions
Type const

Description: Command to execute

Specific value: "camera._convertVideoFormats"

parameters

Definitions
Type object
Property Type Required Description
fileUrl string yes URL of a saved movie file
size enum (of string) yes Size of the converted movie (pixel)
projectionType const no Projection type of movie file
codec const no Codec
topBottomCorrection enum (of string) no Top/bottom correction.
Apply
Top/bottom correction enabled and rotational shake correction enabled.
ApplyFixedDirection
Both top/bottom correction and rotational shake perfect correction enabled.
Disapply
Top/bottom correction disabled

fileUrl

Definitions
Type string

Description: URL of a saved movie file

size

Definitions
Type enum (of string)

Description: Size of the converted movie (pixel)

Must be one of:

projectionType

Definitions
Type const

Description: Projection type of movie file

Specific value: "Equirectangular"

codec

Definitions
Type const

Description: Codec

Specific value: "H.264/MPEG-4 AVC"

topBottomCorrection

Definitions
Type enum (of string)

Description: Top/bottom correction.

Apply
Top/bottom correction enabled and rotational shake correction enabled.
ApplyFixedDirection
Both top/bottom correction and rotational shake perfect correction enabled.
Disapply
Top/bottom correction disabled

Must be one of: