Skip to content

Commit 8b22cf1

Browse files
authored
Add how to build your own ffmpeg.wasm
1 parent 1817ffb commit 8b22cf1

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,3 +144,16 @@ But it might be possible one day.
144144
### What is the maximum size of input file?
145145

146146
2 GB, which is a hard limit in WebAssembly. Might become 4 GB in the future.
147+
148+
### How can I build my own ffmpeg.wasm?
149+
150+
In fact, it is ffmpeg.wasm-core most people would like to build.
151+
152+
To build on your own, you can check build.sh inside https://github.com/ffmpegwasm/ffmpeg.wasm-core repository.
153+
154+
Also you can check this series of posts to learn more fundamental concepts:
155+
156+
https://jeromewu.github.io/build-ffmpeg-webassembly-version-part-1-preparation/
157+
https://jeromewu.github.io/build-ffmpeg-webassembly-version-part-2-compile-with-emscripten/
158+
https://jeromewu.github.io/build-ffmpeg-webassembly-version-part-3-v0.1/
159+
https://jeromewu.github.io/build-ffmpeg-webassembly-version-part-4-v0.2/

0 commit comments

Comments
 (0)