Skip to content

Commit 5d79e89

Browse files
committed
Optimize README.md
1 parent b53d47b commit 5d79e89

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

README.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,8 @@ ffmpeg.wasm is a pure Webassembly / Javascript port of FFmpeg. It enables video
2525
</a>
2626
</p>
2727

28-
Try it: [https://ffmpegwasm.github.io](https://ffmpegwasm.github.io)
28+
Try it: [https://ffmpegwasm.github.io](https://ffmpegwasm.github.io#demo)
2929

30-
## Browsers support
31-
32-
Only browsers with SharedArrayBuffer support can use ffmpeg.wasm, you can check [HERE](https://caniuse.com/sharedarraybuffer) for the complete list.
33-
34-
## Supported External Libraries
35-
36-
Check [HERE](https://github.com/ffmpegwasm/ffmpeg.wasm-core#configuration)
3730

3831
## Installation
3932

@@ -57,6 +50,8 @@ Or, using a script tag in the browser (only works in Chrome):
5750
</script>
5851
```
5952

53+
> Only browsers with SharedArrayBuffer support can use ffmpeg.wasm, you can check [HERE](https://caniuse.com/sharedarraybuffer) for the complete list.
54+
6055
## Usage
6156

6257
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
9186
## Documentation
9287

9388
- [API](https://github.com/ffmpegwasm/ffmpeg.wasm/blob/master/docs/api.md)
89+
- [Supported External Libraries](https://github.com/ffmpegwasm/ffmpeg.wasm-core#configuration)

0 commit comments

Comments
 (0)