Skip to content

Commit b53d47b

Browse files
committed
Update README.md
1 parent bf08516 commit b53d47b

File tree

2 files changed

+3
-15
lines changed

2 files changed

+3
-15
lines changed

README.md

Lines changed: 3 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -18,30 +18,18 @@
1818

1919
ffmpeg.wasm is a pure Webassembly / Javascript port of FFmpeg. It enables video & audio record, convert and stream right inside browsers.
2020

21-
**Transcode**
21+
**AVI to MP4 Demo**
2222
<p align="center">
2323
<a href="#">
2424
<img alt="transcode-demo" src="https://github.com/ffmpegwasm/ffmpeg.wasm/raw/master/docs/images/transcode.gif">
2525
</a>
2626
</p>
2727

28-
<a href="https://codepen.io/jeromewu/pen/NWWaMeY" target="_blank">
29-
<img alt="codepen" width="128px" src="https://blog.codepen.io/wp-content/uploads/2012/06/[email protected]">
30-
</a>
31-
32-
[Source Code](https://github.com/ffmpegwasm/ffmpeg.wasm/blob/master/examples/browser/transcode.html)
28+
Try it: [https://ffmpegwasm.github.io](https://ffmpegwasm.github.io)
3329

3430
## Browsers support
3531

36-
| [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/chrome/chrome_48x48.png" alt="Chrome" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)<br/>Chrome |
37-
| --------- |
38-
| last 2 versions
39-
40-
## Examples:
41-
42-
| Name | Demo | Source Code |
43-
| ---- | ------- | ----------- |
44-
| 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/ffmpegwasm/ffmpeg.wasm/blob/master/examples/browser/webcam.html) |
32+
Only browsers with SharedArrayBuffer support can use ffmpeg.wasm, you can check [HERE](https://caniuse.com/sharedarraybuffer) for the complete list.
4533

4634
## Supported External Libraries
4735

docs/images/transcode.gif

-74.9 KB
Loading

0 commit comments

Comments
 (0)