From 621fac689f43ea99e835bb3f8cbc533a34c5dcf3 Mon Sep 17 00:00:00 2001 From: Jerome Wu Date: Tue, 3 Nov 2020 22:01:41 +0800 Subject: [PATCH] Optimize README.md --- README.md | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) 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)