Optimize README.md

This commit is contained in:
Jerome Wu 2020-11-03 22:01:41 +08:00
parent c757fa0642
commit 621fac689f

View File

@ -25,15 +25,8 @@ ffmpeg.wasm is a pure Webassembly / Javascript port of FFmpeg. It enables video
</a>
</p>
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):
</script>
```
> 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)