We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63ea4cc commit b409e36Copy full SHA for b409e36
build/ffmpeg-wasm.sh
@@ -33,6 +33,7 @@ CONF_FLAGS=(
33
-sENVIRONMENT=worker
34
-sWASM_BIGINT # enable big int support
35
-sUSE_SDL=2 # use emscripten SDL2 lib port
36
+ -sSTACK_SIZE=5MB # increase stack size to support libopus
37
-sMODULARIZE # modularized to use as a library
38
${FFMPEG_MT:+ -sINITIAL_MEMORY=1024MB} # ALLOW_MEMORY_GROWTH is not recommended when using threads, thus we use a large initial memory
39
${FFMPEG_MT:+ -sPTHREAD_POOL_SIZE=32} # use 32 threads
0 commit comments