We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfc0092 commit 61fa959Copy full SHA for 61fa959
README.md
@@ -28,6 +28,13 @@ Use FFmpeg directly in your browser without any backend services!!
28
29
[Source Code](https://github.com/ffmpegjs/ffmpeg.js/blob/master/examples/browser/transcode.html)
30
31
+## Examples:
32
+
33
+| Name | CodePen | Source Code |
34
+| ---- | ------- | ----------- |
35
+| Webcam | <a href="https://codepen.io/jeromewu/pen/qBBKzyW" target="_blank"><img alt="codepen" width="128px" src="https://blog.codepen.io/wp-content/uploads/2012/06/[email protected]"></a> | [Link](https://github.com/ffmpegjs/ffmpeg.js/blob/master/examples/browser/webcam.html) |
36
37
38
---
39
40
ffmpeg.js provides simple to use APIs, to transcode a video you only need few lines of code:
0 commit comments