Skip to content

Commit

Permalink
Update readme with latest demos
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffski committed Nov 4, 2021
1 parent 77ee0d4 commit 4814b00
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,32 @@

- **picture-in-picture.js** -
Layer a small foreground clip, using position and scale, over a fullscreen background clip, to create a picture
in picture effect.
in picture effect.

- **merge.js** -
Merge data in to a video using merge fields.

- **transform.js** -
Apply transformations (rotate, skew and flip) to a video clip.

### Image examples

- **border.js** -
Add a border frame around a background photo.

- **gif.js** -
Create an animated gif that plays once.

### Polling example

- **status.js** -
Shows the status of a render task and the output video URL. Run this after running one of the render examples.

### Probe example

- **probe.js** -
Fetch metadata for any media asset on the internet such as width, height, duration, etc...

### Asset management examples

- **serve-api/renderId.js** -
Expand Down

0 comments on commit 4814b00

Please sign in to comment.