Update README.md

This commit is contained in:
Jerome Wu 2019-10-30 20:17:31 +08:00
parent b36d25c1b5
commit ce362ea2f1

View File

@ -16,16 +16,17 @@
Use FFmpeg directly in your browser without any backend services!! Use FFmpeg directly in your browser without any backend services!!
**Transcode** **Transcode**
<a href="https://codepen.io/jeromewu/pen/NWWaMeY" 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>
<p align="center"> <p align="center">
<a href="#"> <a href="#">
<img alt="transcode-demo" src="https://github.com/ffmpegjs/ffmpeg.js/raw/master/docs/images/transcode.gif"> <img alt="transcode-demo" src="https://github.com/ffmpegjs/ffmpeg.js/raw/master/docs/images/transcode.gif">
</a> </a>
</p> </p>
<a href="https://codepen.io/jeromewu/pen/NWWaMeY" 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>
---
ffmpeg.js provides simple to use APIs, to transcode a video you only need few lines of code: ffmpeg.js provides simple to use APIs, to transcode a video you only need few lines of code:
@ -41,7 +42,6 @@ const worker = createWorker();
fs.wrieFileSync('./test.mp4', data); fs.wrieFileSync('./test.mp4', data);
})(); })();
``` ```
---
## Installation ## Installation