PeerTube · Schema

Storyboard

VideoDecentralizedFederationOpen SourceActivityPubSelf-HostedStreaming

Properties

Name Type Description
storyboardPath string Deprecated in PeerTube v8.0, use fileUrl instead
fileUrl string **PeerTube >= 7.1**
totalHeight integer
totalWidth integer
spriteHeight integer
spriteWidth integer
spriteDuration integer
View JSON Schema on GitHub

JSON Schema

Storyboard.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/peertube/main/json-schema/Storyboard.json",
  "title": "Storyboard",
  "properties": {
    "storyboardPath": {
      "description": "Deprecated in PeerTube v8.0, use fileUrl instead",
      "deprecated": true,
      "type": "string"
    },
    "fileUrl": {
      "description": "**PeerTube >= 7.1**",
      "type": "string"
    },
    "totalHeight": {
      "type": "integer"
    },
    "totalWidth": {
      "type": "integer"
    },
    "spriteHeight": {
      "type": "integer"
    },
    "spriteWidth": {
      "type": "integer"
    },
    "spriteDuration": {
      "type": "integer"
    }
  }
}