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 1818
1919ffmpeg.wasm is a pure Webassembly / Javascript port of FFmpeg. It enables video & audio record, convert and stream right inside browsers.
2020
21- ** Transcode **
21+ ** AVI to MP4 Demo **
2222<p align =" center " >
2323 <a href =" # " >
2424 <img alt="transcode-demo" src="https://github.com/ffmpegwasm/ffmpeg.wasm/raw/master/docs/images/transcode.gif">
2525 </a >
2626</p >
2727
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/codepen-wordmark-display-inside-black@10x.png " >
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 )
3329
3430## Browsers support
3531
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/codepen-wordmark-display-inside-black@10x.png " ></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.
4533
4634## Supported External Libraries
4735
You can’t perform that action at this time.
0 commit comments