36 lines
1002 B
JSON
36 lines
1002 B
JSON
{
|
|
"id": "VideoExample",
|
|
"name": "Example",
|
|
"description": "In this video, I demonstrate the Gnommo video editing pipeline - a code-first approach to creating presenter-mode videos from Keynote presentations.",
|
|
"footer": "Subscribe for more tutorials!\nTwitter: @example",
|
|
"resolution": [1920, 1080],
|
|
"fps": 30,
|
|
"gnommo_scratch": null,
|
|
"defaultSlideType": "fullscreen",
|
|
"keynote_file": "media/example.key",
|
|
"transcript": "media/videos/talking_head.transcript.json",
|
|
"background": "shared_assets/solarpunk.png",
|
|
"videos": "media/videos/videos.json",
|
|
"slides": "media/slides/Example/slides.json",
|
|
"audio": "media/audio/audio.json",
|
|
"main_video": "talking_head",
|
|
"cutouts": {
|
|
"talkinghead": {
|
|
"x": "-10%",
|
|
"y": "40%",
|
|
"height": "60%"
|
|
},
|
|
"square": {
|
|
"x": "45%",
|
|
"y": "3%",
|
|
"width": "53%",
|
|
"height": "94%"
|
|
},
|
|
"fullscreen": {
|
|
"x": "0%",
|
|
"y": "0%",
|
|
"height": "100%"
|
|
}
|
|
}
|
|
}
|