This commit is contained in:
Andras Schmelczer 2026-05-26 19:45:13 +01:00
parent c645b0f1d4
commit 39ef5c6646
79 changed files with 5660 additions and 2199 deletions

108
output/storyboards.json Normal file
View file

@ -0,0 +1,108 @@
{
"storyboards": [
{
"name": "recording",
"locale": "en",
"aspect": "16x9",
"outputFps": 50,
"minDurationS": 10,
"maxDurationS": 75,
"posterTimeS": 16,
"publishedSize": {
"width": 1920,
"height": 1080
}
},
{
"name": "recording-mobile",
"locale": "en-mobile",
"aspect": "9x16",
"outputFps": 50,
"minDurationS": 10,
"maxDurationS": 75,
"posterTimeS": 12,
"publishedSize": {
"width": 1080,
"height": 1920
}
},
{
"name": "recording-de",
"locale": "de",
"aspect": "16x9",
"outputFps": 50,
"minDurationS": 10,
"maxDurationS": 75,
"posterTimeS": 16,
"publishedSize": {
"width": 1920,
"height": 1080
}
},
{
"name": "recording-de-mobile",
"locale": "de-mobile",
"aspect": "9x16",
"outputFps": 50,
"minDurationS": 10,
"maxDurationS": 75,
"posterTimeS": 12,
"publishedSize": {
"width": 1080,
"height": 1920
}
},
{
"name": "recording-zh",
"locale": "zh",
"aspect": "16x9",
"outputFps": 50,
"minDurationS": 10,
"maxDurationS": 75,
"posterTimeS": 16,
"publishedSize": {
"width": 1920,
"height": 1080
}
},
{
"name": "recording-zh-mobile",
"locale": "zh-mobile",
"aspect": "9x16",
"outputFps": 50,
"minDurationS": 10,
"maxDurationS": 75,
"posterTimeS": 12,
"publishedSize": {
"width": 1080,
"height": 1920
}
},
{
"name": "recording-hi",
"locale": "hi",
"aspect": "16x9",
"outputFps": 50,
"minDurationS": 10,
"maxDurationS": 75,
"posterTimeS": 16,
"publishedSize": {
"width": 1920,
"height": 1080
}
},
{
"name": "recording-hi-mobile",
"locale": "hi-mobile",
"aspect": "9x16",
"outputFps": 50,
"minDurationS": 10,
"maxDurationS": 75,
"posterTimeS": 12,
"publishedSize": {
"width": 1080,
"height": 1920
}
}
]
}