Adding handoff functionality for reviews
This commit is contained in:
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"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%"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user