Adding changes version 1
This commit is contained in:
+31
-7
@@ -1,11 +1,35 @@
|
||||
{
|
||||
"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,
|
||||
"talkinghead": {
|
||||
"x": 50,
|
||||
"y": 600,
|
||||
"targetheight": 400
|
||||
},
|
||||
"defaultSlideType": "square",
|
||||
"background_video": ""
|
||||
"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%"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user