Releases: ffmpegwasm/ffmpeg.wasm
RELEASE: v12.15 (main), v12.10 (core, core-mt)
Merging a few more PRs.
- Export worker from ffmpeg package (thanks @ntnyq , #805 ), export worker in core-mt package as well (thanks @dumbmoron , #703 )
- Add solidstart / vite app (#765 , thanks @EmoPorEmilio)
- Fix SvelteKit example URL (#720, thanks @elvisvoer)
- Export types within @ffmpeg/ffmpeg (#723 , thanks @snelsi)
RELEASE: v12.14 (main) | v12.9 (core/core-mt) | v12.4 (types) | v12.2 (util)
Hi all! New maintainer here, first working release. Had a few hiccups with npm versioning so this is later, but changes here include:
- the biggest change, #776 , @izogfif 's PR to expose
ffprobe
- #627, @asticode 's PR exposing @ffmpeg/util as a module (and re-releasing util)
- Three docs / URL fixes: #779 (thanks @ksorv ), #766 (thanks @tommyjepsen ), and #783 (thanks @gubo97000 )
Build here is courtesy of @nathancahill !
Let me know if any issues, should be able to merge some more of these open PRs in the coming days!
@ffmpeg/ffmpeg v0.12.10 | @ffmpeg/core(-mt) v0.12.6
@ffmpeg/ffmpeg v0.12.9
What's Changed
- Add angular example by @jeromewu in #653
- Add classWorkerURL by @jeromewu in #652 (missed in v0.12.8)
Full Changelog: v0.12.8...v0.12.9
@ffmpeg/ffmpeg v0.12.8 | @ffmpeg/core(-mt) v0.12.5
What's Changed
- Solve the problem that the default ffmpeg-core.js cannot be loaded in esm mode by @xiaomingge1993 in #601
- Fix typo in FAQ by @vkzrx in #606
- Bump @babel/traverse from 7.22.8 to 7.23.2 by @dependabot in #610
- Providing webpackIgnore is crucial for a successful Webpack build. by @baszczewski in #613
- Fix typo by @EstebanDalelR in #643
- add export entry for wasm and worker files by @jichang in #642
- Bump vite from 4.4.7 to 4.4.12 by @dependabot in #641
- Bump next from 13.4.13 to 13.5.0 by @dependabot in #618
- docs: add missing import of toBlobURL by @jonathanmv in #634
- Upgrade nextjs version and fix example by @jeromewu in #649
- Bump the npm_and_yarn group group with 1 update by @dependabot in #651
- Upgrade ffmpeg from 5.1.3 to 5.1.4 by @jeromewu in #650
New Contributors
- @xiaomingge1993 made their first contribution in #601
- @vkzrx made their first contribution in #606
- @baszczewski made their first contribution in #613
- @EstebanDalelR made their first contribution in #643
- @jichang made their first contribution in #642
- @jonathanmv made their first contribution in #634
Full Changelog: v0.12.7...v0.12.8
@ffmpeg/ffmpeg v0.12.7 | @ffmpeg/core(-mt) v0.12.4
What's Changed
- Bump postcss from 8.4.27 to 8.4.31 by @dependabot in #599
- Fix MIME-typo in Vue example by @Kylmakalle in #595
- Update README.md by @basitng in #593
- Update all references to core version 0.12.2 to 0.12.3 by @CrypticSignal in #592
- ffmpeg: allow import in nodejs by @Elia872 in #577
- feat: enable --enable-libzimg by @gabrielstuff in #574
- feat(ffmpeg): abort signal by @abernier in #573
- Add WORKERFS support by @LostBeard in #581
New Contributors
- @Kylmakalle made their first contribution in #595
- @basitng made their first contribution in #593
- @CrypticSignal made their first contribution in #592
- @Elia872 made their first contribution in #577
- @gabrielstuff made their first contribution in #574
- @abernier made their first contribution in #573
- @LostBeard made their first contribution in #581
Full Changelog: v0.12.6...v0.12.7
@ffmpeg/ffmpeg v0.12.6
Fixed engines version in all packages.
@ffmpeg/ffmpeg v0.12.5
What's Changed
- docs: fix contribution link by @valcosmos in #543
- docs: add nextjs example by @valcosmos in #544
- Fix typo by @akirataguchi115 in #541
- docs: remove unnecessary
thread
param by @alsotang in #554 - Fix type errors in Vite example app by @zhoug0x in #555
- Fixed not being able to unsubscribe events by @matvp91 in #556
New Contributors
- @valcosmos made their first contribution in #543
- @akirataguchi115 made their first contribution in #541
- @alsotang made their first contribution in #554
- @zhoug0x made their first contribution in #555
- @matvp91 made their first contribution in #556
Full Changelog: v0.12.4...v0.12.5
@ffmpeg/ffmpeg v0.12.4
What's Changed
Full Changelog: v0.12.3...v0.12.4
@ffmpeg/ffmpeg v0.12.3
❗ v0.12.3 only works with @ffmpeg/core
/ @ffmpeg/core-mt
v0.12.2+
- Fix multithread version issue in vite.
Vue + Vite multithread example: https://github.com/ffmpegwasm/ffmpeg.wasm/tree/main/apps/vue-vite-app
React + Vite multithread example: https://github.com/ffmpegwasm/ffmpeg.wasm/tree/main/apps/react-vite-app