Skip to content
This repository was archived by the owner on Jul 20, 2023. It is now read-only.

Commit 0e49e6a

Browse files
docs: add new samples to README
1 parent 47686fa commit 0e49e6a

File tree

3 files changed

+39
-1
lines changed

3 files changed

+39
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,8 @@ Samples are in the [`samples/`](https://github.com/googleapis/nodejs-video-trans
9090
| 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) |
9191
| 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) |
9292
| 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) |
9395
| 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) |
9496
| 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) |
9597
| 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) |

samples/README.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
* [Create Job From Preset](#create-job-from-preset)
1717
* [Create Job From Template](#create-job-from-template)
1818
* [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)
1921
* [Delete Job](#delete-job)
2022
* [Delete Job Template](#delete-job-template)
2123
* [Get Job](#get-job)
@@ -108,6 +110,40 @@ __Usage:__
108110

109111

110112

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+
111147
### Delete Job
112148

113149
View the [source code](https://github.com/googleapis/nodejs-video-transcoder/blob/master/samples/deleteJob.js).

synth.metadata

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/nodejs-video-transcoder.git",
7-
"sha": "6d17e3826038e12e35cc08aab04f8af78bb09f1b"
7+
"sha": "47686fa17c5e5164f6d5f5f37f09d37bd9844cc3"
88
}
99
},
1010
{

0 commit comments

Comments
 (0)