diff --git a/README.md b/README.md index 6d77497..be8a1d9 100644 --- a/README.md +++ b/README.md @@ -25,15 +25,8 @@ ffmpeg.wasm is a pure Webassembly / Javascript port of FFmpeg. It enables video

-Try it: [https://ffmpegwasm.github.io](https://ffmpegwasm.github.io) +Try it: [https://ffmpegwasm.github.io](https://ffmpegwasm.github.io#demo) -## Browsers support - -Only browsers with SharedArrayBuffer support can use ffmpeg.wasm, you can check [HERE](https://caniuse.com/sharedarraybuffer) for the complete list. - -## Supported External Libraries - -Check [HERE](https://github.com/ffmpegwasm/ffmpeg.wasm-core#configuration) ## Installation @@ -57,6 +50,8 @@ Or, using a script tag in the browser (only works in Chrome): ``` +> Only browsers with SharedArrayBuffer support can use ffmpeg.wasm, you can check [HERE](https://caniuse.com/sharedarraybuffer) for the complete list. + ## Usage ffmpeg.wasm provides simple to use APIs, to transcode a video you only need few lines of code: @@ -91,3 +86,4 @@ Need to pass `-row-mt 1`, but can only use one thread to help, can speed up arou ## Documentation - [API](https://github.com/ffmpegwasm/ffmpeg.wasm/blob/master/docs/api.md) +- [Supported External Libraries](https://github.com/ffmpegwasm/ffmpeg.wasm-core#configuration)