File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 16
16
Use FFmpeg directly in your browser without any backend services!!
17
17
18
18
** 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
-
23
19
<p align =" center " >
24
20
<a href =" # " >
25
21
<img alt="transcode-demo" src="https://github.com/ffmpegjs/ffmpeg.js/raw/master/docs/images/transcode.gif">
26
22
</a >
27
23
</p >
28
24
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
+ ---
29
30
30
31
ffmpeg.js provides simple to use APIs, to transcode a video you only need few lines of code:
31
32
@@ -41,7 +42,6 @@ const worker = createWorker();
41
42
fs .wrieFileSync (' ./test.mp4' , data);
42
43
})();
43
44
```
44
- ---
45
45
46
46
## Installation
47
47
You can’t perform that action at this time.
0 commit comments