diff --git a/README.md b/README.md index 09c1a9f..6d77497 100644 --- a/README.md +++ b/README.md @@ -18,30 +18,18 @@ ffmpeg.wasm is a pure Webassembly / Javascript port of FFmpeg. It enables video & audio record, convert and stream right inside browsers. -**Transcode** +**AVI to MP4 Demo**

transcode-demo

- -codepen - - -[Source Code](https://github.com/ffmpegwasm/ffmpeg.wasm/blob/master/examples/browser/transcode.html) +Try it: [https://ffmpegwasm.github.io](https://ffmpegwasm.github.io) ## Browsers support -| [Chrome](http://godban.github.io/browsers-support-badges/)
Chrome | -| --------- | -| last 2 versions - -## Examples: - -| Name | Demo | Source Code | -| ---- | ------- | ----------- | -| Webcam | codepen | [Link](https://github.com/ffmpegwasm/ffmpeg.wasm/blob/master/examples/browser/webcam.html) | +Only browsers with SharedArrayBuffer support can use ffmpeg.wasm, you can check [HERE](https://caniuse.com/sharedarraybuffer) for the complete list. ## Supported External Libraries diff --git a/docs/images/transcode.gif b/docs/images/transcode.gif index ee90e8f..1dbfd7f 100644 Binary files a/docs/images/transcode.gif and b/docs/images/transcode.gif differ