File tree Expand file tree Collapse file tree 2 files changed +3
-15
lines changed Expand file tree Collapse file tree 2 files changed +3
-15
lines changed Original file line number Diff line number Diff line change 18
18
19
19
ffmpeg.wasm is a pure Webassembly / Javascript port of FFmpeg. It enables video & audio record, convert and stream right inside browsers.
20
20
21
- ** Transcode **
21
+ ** AVI to MP4 Demo **
22
22
<p align =" center " >
23
23
<a href =" # " >
24
24
<img alt="transcode-demo" src="https://github.com/ffmpegwasm/ffmpeg.wasm/raw/master/docs/images/transcode.gif">
25
25
</a >
26
26
</p >
27
27
28
- <a href =" https://codepen.io/jeromewu/pen/NWWaMeY " target =" _blank " >
29
- <
img alt =
" codepen " width =
" 128px " src =
" https://blog.codepen.io/wp-content/uploads/2012/06/[email protected] " >
30
- </a >
31
-
32
- [ Source Code] ( https://github.com/ffmpegwasm/ffmpeg.wasm/blob/master/examples/browser/transcode.html )
28
+ Try it: [ https://ffmpegwasm.github.io ] ( https://ffmpegwasm.github.io )
33
29
34
30
## Browsers support
35
31
36
- | [ <img src =" https://raw.githubusercontent.com/alrra/browser-logos/master/src/chrome/chrome_48x48.png " alt =" Chrome " width =" 24px " height =" 24px " />] ( http://godban.github.io/browsers-support-badges/ ) <br />Chrome |
37
- | --------- |
38
- | last 2 versions
39
-
40
- ## Examples:
41
-
42
- | Name | Demo | Source Code |
43
- | ---- | ------- | ----------- |
44
- | Webcam
| <
a href =
" https://codepen.io/jeromewu/pen/qBBKzyW " target =
" _blank " ><
img alt =
" codepen " width =
" 128px " src =
" https://blog.codepen.io/wp-content/uploads/2012/06/[email protected] " ></
a >
| [ Link
] ( https://github.com/ffmpegwasm/ffmpeg.wasm/blob/master/examples/browser/webcam.html ) |
32
+ Only browsers with SharedArrayBuffer support can use ffmpeg.wasm, you can check [ HERE] ( https://caniuse.com/sharedarraybuffer ) for the complete list.
45
33
46
34
## Supported External Libraries
47
35
You can’t perform that action at this time.
0 commit comments