You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 20, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -90,6 +90,8 @@ Samples are in the [`samples/`](https://github.com/googleapis/nodejs-video-trans
90
90
| Create Job From Preset |[source code](https://github.com/googleapis/nodejs-video-transcoder/blob/master/samples/createJobFromPreset.js)|[![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-video-transcoder&page=editor&open_in_editor=samples/createJobFromPreset.js,samples/README.md)|
91
91
| Create Job From Template |[source code](https://github.com/googleapis/nodejs-video-transcoder/blob/master/samples/createJobFromTemplate.js)|[![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-video-transcoder&page=editor&open_in_editor=samples/createJobFromTemplate.js,samples/README.md)|
92
92
| Create Job Template |[source code](https://github.com/googleapis/nodejs-video-transcoder/blob/master/samples/createJobTemplate.js)|[![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-video-transcoder&page=editor&open_in_editor=samples/createJobTemplate.js,samples/README.md)|
93
+
| Create Job With Animated Overlay |[source code](https://github.com/googleapis/nodejs-video-transcoder/blob/master/samples/createJobWithAnimatedOverlay.js)|[![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-video-transcoder&page=editor&open_in_editor=samples/createJobWithAnimatedOverlay.js,samples/README.md)|
94
+
| Create Job With Static Overlay |[source code](https://github.com/googleapis/nodejs-video-transcoder/blob/master/samples/createJobWithStaticOverlay.js)|[![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-video-transcoder&page=editor&open_in_editor=samples/createJobWithStaticOverlay.js,samples/README.md)|
93
95
| Delete Job |[source code](https://github.com/googleapis/nodejs-video-transcoder/blob/master/samples/deleteJob.js)|[![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-video-transcoder&page=editor&open_in_editor=samples/deleteJob.js,samples/README.md)|
94
96
| Delete Job Template |[source code](https://github.com/googleapis/nodejs-video-transcoder/blob/master/samples/deleteJobTemplate.js)|[![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-video-transcoder&page=editor&open_in_editor=samples/deleteJobTemplate.js,samples/README.md)|
95
97
| Get Job |[source code](https://github.com/googleapis/nodejs-video-transcoder/blob/master/samples/getJob.js)|[![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-video-transcoder&page=editor&open_in_editor=samples/getJob.js,samples/README.md)|
Copy file name to clipboardExpand all lines: samples/README.md
+36Lines changed: 36 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,8 @@
16
16
*[Create Job From Preset](#create-job-from-preset)
17
17
*[Create Job From Template](#create-job-from-template)
18
18
*[Create Job Template](#create-job-template)
19
+
*[Create Job With Animated Overlay](#create-job-with-animated-overlay)
20
+
*[Create Job With Static Overlay](#create-job-with-static-overlay)
19
21
*[Delete Job](#delete-job)
20
22
*[Delete Job Template](#delete-job-template)
21
23
*[Get Job](#get-job)
@@ -108,6 +110,40 @@ __Usage:__
108
110
109
111
110
112
113
+
### Create Job With Animated Overlay
114
+
115
+
View the [source code](https://github.com/googleapis/nodejs-video-transcoder/blob/master/samples/createJobWithAnimatedOverlay.js).
116
+
117
+
[![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-video-transcoder&page=editor&open_in_editor=samples/createJobWithAnimatedOverlay.js,samples/README.md)
118
+
119
+
__Usage:__
120
+
121
+
122
+
`node samples/createJobWithAnimatedOverlay.js`
123
+
124
+
125
+
-----
126
+
127
+
128
+
129
+
130
+
### Create Job With Static Overlay
131
+
132
+
View the [source code](https://github.com/googleapis/nodejs-video-transcoder/blob/master/samples/createJobWithStaticOverlay.js).
133
+
134
+
[![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-video-transcoder&page=editor&open_in_editor=samples/createJobWithStaticOverlay.js,samples/README.md)
135
+
136
+
__Usage:__
137
+
138
+
139
+
`node samples/createJobWithStaticOverlay.js`
140
+
141
+
142
+
-----
143
+
144
+
145
+
146
+
111
147
### Delete Job
112
148
113
149
View the [source code](https://github.com/googleapis/nodejs-video-transcoder/blob/master/samples/deleteJob.js).
0 commit comments