ffmpeg.wasm
ffmpeg.wasm copied to clipboard
FFmpeg for browser, powered by WebAssembly
**Describe the bug** `wasmPath` and `workerPath` inferred values can be incorrect due to the string replacement strategy **To Reproduce** When using next.js's webpack strategy, the ffmpeg.wasm library's files can be...
1. ffmpeg.exit() should not throw an error, this doesn't comply to conventions & against intuition. 2. `ffmpeg.run()`'s promise should be rejected properly otherwise it will be pending forever.
So far only following encoders / decoders libraries are supported: > Update at 2020/11/24 **Video** - [x] mp4 (x264) - [x] mp4 (x265) - [x] webm (libvpx) - [x] ogv...
**Describe the bug** The current version doesn't work without some server settings.
I am following this tutorial to concat two videos with a transition in between but I can't find a way to set the flag for xfade `https://github.com/ffmpegwasm/ffmpeg.wasm/blob/master/examples/browser/concatDemuxer.html ` Here's the...
**Describe the bug** Getting a `ReferenceError: SharedArrayBuffer is not defined` error after `[info] ffmpeg-core.js script loaded` **To Reproduce** Simply initialize FFmpeg on Firefox **Expected behavior** It should work as usual...
How to obtain audio and video information, such as duration, width and height
**Describe the bug** compiled lib does not work because it doesnt have _proxy_main **To Reproduce** just clone and run build-with-docker.sh **Expected behavior** createFfmpeg should work **Additional context** js error:` Cannot...
Hi, I'm building ffmpeg.wasm-core on Ubuntu server with `./build-with-docker.sh`, the error message: ``` cp: 'fribidi-unicode-version.h' and './fribidi-unicode-version.h' are the same file cp: 'fribidi.h' and './fribidi.h' are the same file make[3]:...