This repository was archived by the owner on Jul 8, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 50
Expand file tree
/
Copy pathvideo.json
More file actions
executable file
·47 lines (47 loc) · 2.25 KB
/
video.json
File metadata and controls
executable file
·47 lines (47 loc) · 2.25 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"script":{
"released":"2019-07-31",
"license":"Licensed under the Apache License, Version 2.0",
"copyright":"Copyright 2020 Google LLC",
"icon":"switch_video",
"title":"Video Overlay",
"description":"Add images, text, and audio to videos.",
"from":["sheets", "video"],
"to":["bigquery", "youtube", "cm360"],
"test":"https://github.com/google/starthinker/blob/master/tests/video.json",
"instructions":[
"Provide either a sheet or a BigQuery table.",
"Each video edit will be read from the sheet or table."
],
"authors":["kenjora@google.com"]
},
"setup":{
"day":[],
"hour":[]
},
"tasks":[
{ "sheets":{
"__comment__":"Copy the tamplate sheet to the users sheet. If it already exists, nothing happens.",
"auth":{"field":{ "name":"auth_read", "kind":"authentication", "order":1, "default":"user", "description":"Credentials used for reading data." }},
"template":{
"sheet":"https://docs.google.com/spreadsheets/d/1BXRHWz-1P3gNS92WZy-3sPZslU8aalXa8heOgygWEFs/edit#gid=0",
"tab":"Video"
},
"sheet":{"field":{ "name":"sheet", "kind":"string", "order":1, "default":"", "description":"Name or URL of sheet." }},
"tab":{"field":{ "name":"tab", "kind":"string", "order":2, "default":"", "description":"Name of sheet tab." }}
}},
{ "video":{
"__comment__":"Read video effects and values from sheet and/or bigquery.",
"auth":{"field":{ "name":"auth_read", "kind":"authentication", "order":1, "default":"user", "description":"Credentials used for reading data." }},
"sheets":{
"sheet":{"field":{ "name":"sheet", "kind":"string", "order":1, "default":"", "description":"Name or URL of sheet." }},
"tab":{"field":{ "name":"tab", "kind":"string", "order":2, "default":"", "description":"Name of sheet tab." }}
},
"bigquery":{
"project":{"field":{ "name":"project", "kind":"string", "order":3, "default":"", "description":"Google Cloud Project Identifier." }},
"dataset":{"field":{ "name":"dataset", "kind":"string", "order":4, "default":"", "description":"Name of dataset." }},
"table":{"field":{ "name":"table", "kind":"string", "order":5, "default":"", "description":"Name of table." }}
}
}}
]
}