35 lines
875 B
JSON
35 lines
875 B
JSON
{
|
|
"id": "short_is_universe_pixelated",
|
|
"name": "Is the universe pixelated?",
|
|
"description": "What if space is made of tiny blocks? A 60-second take on discrete physics.",
|
|
"parent_project": "Video1",
|
|
"hook": "What if reality is fundamentally blocky — like Minecraft, but smaller?",
|
|
"platform_targets": [
|
|
"youtube"
|
|
],
|
|
"resolution": [
|
|
1080,
|
|
1920
|
|
],
|
|
"fps": 30,
|
|
"duration_seconds": 60,
|
|
"script": "script.md",
|
|
"output_video": "export/final.mp4",
|
|
"keynote_file": "../video1/media/video1.key",
|
|
"background": "../video1/shared_assets/BlackBackground.mp4",
|
|
"slides": "../video1/media/slides/Video1/slides.json",
|
|
"defaultSlideType": "fullscreen",
|
|
"cutouts": {
|
|
"talkinghead": {
|
|
"x": "-23%",
|
|
"y": "10%",
|
|
"height": "90%"
|
|
},
|
|
"fullscreen": {
|
|
"x": "0%",
|
|
"y": "0%",
|
|
"height": "100%"
|
|
}
|
|
}
|
|
}
|