Releases: ffmpegwasm/ffmpeg.wasm
Releases · ffmpegwasm/ffmpeg.wasm
FFmpeg.wasm v0.8.3
- Fix argument double quote issue (thanks to @PaulKinlan)
FFmpeg.wasm v0.8.2
- Fix ffmpeg.ls issue
- Add multiple-output example
FFmpeg.js v0.8.1
- Fix worker origin issue
FFmpeg.js v0.8.0
- Major refactor most of the code while keeping API almost the same.
- Use ffmpeg-core.js v0.7.0 which includes
- webm codec
- mp3 codec
- pthread support
FFmpeg.js v0.7.0
- Add
Worker.terminate()
- Enhance Error Message
- Use
text/javascript
in loading worker script
ffmpeg.js v0.6.1
- Remove
-c copy
in concatDemuxer
ffmpeg.js v0.6.0
- Revert and remove IDBFS and NODEFS
- Use Transferable in postMessage to handle large files
ffmpeg.js v0.5.2
- Fix opts issues in Worker.transcode(), Worker.trim() and Worker.concatDemuxer()
ffmpeg.js v0.5.1
- Remove -c copy in trim to recode the video
ffmpeg.js v0.5.0
- Fix trim() timestamp issue (#12 )
- Update Worker.run() API
- Add Worker.concatDemuxer() for concating multiple video together (thanks to @santosh898 )