Update README.md

This commit is contained in:
Jerome Wu 2019-10-30 20:00:12 +08:00
parent ebb1abe4d0
commit 5319ae7a6e

View File

@ -15,7 +15,7 @@
Use FFmpeg directly in your browser without any backend services!! Use FFmpeg directly in your browser without any backend services!!
**Transcode Example** **Transcode**
<p align="center"> <p align="center">
<a href="#"> <a href="#">
@ -27,8 +27,6 @@ Use FFmpeg directly in your browser without any backend services!!
<img alt="codepen" width="128px" src="https://blog.codepen.io/wp-content/uploads/2012/06/codepen-wordmark-display-inside-black@10x.png"> <img alt="codepen" width="128px" src="https://blog.codepen.io/wp-content/uploads/2012/06/codepen-wordmark-display-inside-black@10x.png">
</a> </a>
[Source Code](https://github.com/ffmpegjs/ffmpeg.js/blob/master/examples/browser/transcode.html)
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:
```javascript ```javascript