Skip to content
This repository was archived by the owner on Sep 5, 2024. It is now read-only.

Releases: ffmpegwasm/ffmpeg.wasm-core

ffmpeg.wasm-core v0.11.0

14 Aug 15:00

Choose a tag to compare

ffmpeg.wasm-core v0.10.0

17 May 09:06

Choose a tag to compare

  • 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

03 May 07:51

Choose a tag to compare

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

24 Nov 02:58

Choose a tag to compare

ffmpeg.wasm-core v0.9.0-alpha.2

17 Nov 04:01

Choose a tag to compare

Pre-release

Merged with v0.8.4

ffmpeg.wasm-core v0.8.4

17 Nov 03:27

Choose a tag to compare

  • Add freetype2 (for using fontfile in drawtext)
  • Add opus

ffmpeg.wasm-core v0.8.3

12 Nov 01:59

Choose a tag to compare

Raise initial memory from 1 GB to 2 GB.

ffmpeg.wasm-core v0.9.0-alpha.1

12 Nov 02:18

Choose a tag to compare

Pre-release

Enable libaom for av1 / avif

ffmpeg.wasm-core v0.8.2

03 Nov 14:31

Choose a tag to compare

Revert --pre-js, basically v0.8.2 is the same as v0.8.0. 😄

ffmpeg.wasm-core v0.8.1

03 Nov 14:30

Choose a tag to compare

Add --pre-js to fix worker script loading issue.