Adding changes version 1
This commit is contained in:
@@ -0,0 +1,39 @@
|
||||
{
|
||||
"talking_head": {
|
||||
"source_file": "talking_head.mov",
|
||||
"output_file": "talking_head_processed.mov",
|
||||
"cutout": "talkinghead",
|
||||
"always_visible": true,
|
||||
"filter": [
|
||||
{
|
||||
"type": "chroma_key",
|
||||
"color": [131, 177, 83],
|
||||
"similarity": 0.04,
|
||||
"blend": 0.025,
|
||||
"spill": 0.05
|
||||
},
|
||||
{
|
||||
"type": "mask",
|
||||
"left": 0.05,
|
||||
"right": 0.10
|
||||
}
|
||||
]
|
||||
},
|
||||
"gnommologo": {
|
||||
"source_file": "Logo.mov",
|
||||
"is_shared": true,
|
||||
"cutout": "fullscreen",
|
||||
"pause_narration": 0 ,
|
||||
"take": 10,
|
||||
"skip": 0
|
||||
},
|
||||
"Zoomin_MontageZoom": {
|
||||
"description": "Montage zoom",
|
||||
"source_file": "MontageZoom.mp4",
|
||||
"output_file": "MontageZoom.mp4",
|
||||
"pause_narration":3,
|
||||
"cutout": "square",
|
||||
"is_shared": true,
|
||||
"filter": []
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user