From 12b918aaac2a10206e9caf2b6dc0463a94174e55 Mon Sep 17 00:00:00 2001 From: jeromewu Date: Sun, 10 Nov 2019 04:08:21 +0000 Subject: [PATCH] Add more examples --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 1b69dac..73e70ca 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,13 @@ Use FFmpeg directly in your browser without any backend services!! [Source Code](https://github.com/ffmpegjs/ffmpeg.js/blob/master/examples/browser/transcode.html) +## Examples: + +| Name | CodePen | Source Code | +| ---- | ------- | ----------- | +| Webcam | codepen | [Link](https://github.com/ffmpegjs/ffmpeg.js/blob/master/examples/browser/webcam.html) | + + --- ffmpeg.js provides simple to use APIs, to transcode a video you only need few lines of code: