Skip to content

Commit 782c100

Browse files
committed
Update README.md
1 parent e2a433c commit 782c100

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,17 @@
1616
Use FFmpeg directly in your browser without any backend services!!
1717

1818
**Transcode**
19-
<a href="https://codepen.io/jeromewu/pen/NWWaMeY" target="_blank">
20-
<img alt="codepen" width="128px" src="https://blog.codepen.io/wp-content/uploads/2012/06/[email protected]">
21-
</a>
22-
2319
<p align="center">
2420
<a href="#">
2521
<img alt="transcode-demo" src="https://github.com/ffmpegjs/ffmpeg.js/raw/master/docs/images/transcode.gif">
2622
</a>
2723
</p>
2824

25+
<a href="https://codepen.io/jeromewu/pen/NWWaMeY" target="_blank">
26+
<img alt="codepen" width="128px" src="https://blog.codepen.io/wp-content/uploads/2012/06/[email protected]">
27+
</a>
28+
29+
---
2930

3031
ffmpeg.js provides simple to use APIs, to transcode a video you only need few lines of code:
3132

@@ -41,7 +42,6 @@ const worker = createWorker();
4142
fs.wrieFileSync('./test.mp4', data);
4243
})();
4344
```
44-
---
4545

4646
## Installation
4747

0 commit comments

Comments
 (0)