ConstURL to image.worker.js
URL to audio.worker.js
URL to video.worker.js
URL to ffmpeg-core.js (or ffmpeg-core-mt.js if SharedArrayBuffer is supported)
URL to ffmpeg-core.wasm
URL to ffmpeg-core.worker.js (required for multi-threading)
Threshold (in bytes) for bypassing Web Workers to avoid communication overhead. Files smaller than this will run on the main thread for lower latency. Default: 4MB (4 * 1024 * 1024). Set to 0 to always use Web Workers.
Threshold (in bytes) for AVIF main-thread execution. AVIF is much heavier than WebP/JPEG, so the threshold is lower by default. Default: 512KB (512 * 1024).
Global configuration for Web Workers and execution thresholds.