Skip to content

Commit 0e64dae

Browse files
committed
Update README.md
1 parent cc5ed77 commit 0e64dae

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,3 +87,22 @@ Need to pass `-row-mt 1`, but can only use one thread to help, can speed up arou
8787

8888
- [API](https://github.com/ffmpegwasm/ffmpeg.wasm/blob/master/docs/api.md)
8989
- [Supported External Libraries](https://github.com/ffmpegwasm/ffmpeg.wasm-core#configuration)
90+
91+
## FAQ
92+
93+
### What is the license of ffmpeg.wasm?
94+
95+
There are two components inside ffmpeg.wasm:
96+
97+
- @ffmpeg/ffmpeg (https://github.com/ffmpegwasm/ffmpeg.wasm)
98+
- @ffmpeg/core (https://github.com/ffmpegwasm/ffmpeg.wasm-core)
99+
100+
@ffmpeg/core contains WebAssembly code which is transpiled from original FFmpeg C code with minor modifications, but overall it still following the same licenses as FFmpeg and its external libraries (as each external libraries might have its own license).
101+
102+
@ffmpeg/ffmpeg contains kind of a wrapper to handle the complexity of loading core and calling low-level APIs. It is a small code base and under MIT license.
103+
104+
### Can I use ffmpeg.wasm in Firefox?
105+
106+
Sadly, no for now. You can check this issue for more details: https://github.com/ffmpegwasm/ffmpeg.wasm/issues/106
107+
108+
But it might be possible one day.

0 commit comments

Comments
 (0)