Converts the movie format of a saved movie.
| X | Z1 | V | SC | S |
|---|---|---|---|---|
| All | All | All | --- | --- |
| Name | Type | Description | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|
| fileUrl | String | URL of a saved movie file | ||||||||
| size | String | Recorded size (pixels) Z1, V: Specify "3840 x 1920" or "1920 x 960". X: Specify "3840 x 1920". |
||||||||
| projectionType | String | Projection type of movie file Specify "Equirectangular" . RICOH THETA X is not supported. |
||||||||
| codec | String | Codec Specify "H.264/MPEG-4 AVC". RICOH THETA X is not supported. |
||||||||
| topBottomCorrection | String | Top/bottom correction
RICOH THETA X is not supported. |
| Name | Type | Description |
|---|---|---|
| completion | Number | Progress of movie file conversion |
| Name | Type | Description |
|---|---|---|
| fileUrl | String | URL of a converted movie file |
{
"fileUrl":"http://192.168.1.1/files/abcde/100RICOH/R0010017.mp4",
"size":"3840x1920",
"projectionType":"Equirectangular",
"codec":"H.264/MPEG-4 AVC",
"topBottomCorrection":"Apply"
}
{
"completion": 0.1
}
{
"fileUrl":"http://192.168.1.1/files/abcde/100RICOH/R0010017.mp4"
}