File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed
Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -144,3 +144,16 @@ But it might be possible one day.
144144### What is the maximum size of input file?
145145
1461462 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/
You can’t perform that action at this time.
0 commit comments