This repository has been archived by the owner on Sep 5, 2024. It is now read-only.
Releases: ffmpegwasm/ffmpeg.wasm-core
Releases · ffmpegwasm/ffmpeg.wasm-core
ffmpeg.wasm-core v0.11.0
- export stringToUTF8(#12) for Unicode characters @cs8425
- ios Support(#15) @novogrammer
- Build some "core" variations(#16) @novogrammer
ffmpeg.wasm-core v0.10.0
- Export exit() api, now users can interrupt the execution of ffmpeg.wasm (thanks to @Sociosarbis)
- Minor optimise build script
ffmpeg.wasm-core v0.9.0
Special thanks to @loe-lobo as he is the one who migrates all the libraries in this release. 😄
- Add libfribidi
- Add libharfbuzz
- Add libass
Now ffmpeg.wasm-core supports *.srt and *.ass subtitle files. 🎉
ffmpeg.wasm-core v0.8.5
- Add libwebp
ffmpeg.wasm-core v0.9.0-alpha.2
Merged with v0.8.4
ffmpeg.wasm-core v0.8.4
- Add freetype2 (for using fontfile in
drawtext
) - Add opus
ffmpeg.wasm-core v0.8.3
Raise initial memory from 1 GB to 2 GB.
ffmpeg.wasm-core v0.9.0-alpha.1
Enable libaom for av1 / avif
ffmpeg.wasm-core v0.8.2
Revert --pre-js
, basically v0.8.2 is the same as v0.8.0. 😄
ffmpeg.wasm-core v0.8.1
Add --pre-js
to fix worker script loading issue.