Skip to content

Releases: ffmpegwasm/ffmpeg.wasm

FFmpeg.wasm v0.8.3

05 May 10:26
Compare
Choose a tag to compare
  • Fix argument double quote issue (thanks to @PaulKinlan)

FFmpeg.wasm v0.8.2

05 May 09:57
Compare
Choose a tag to compare
  • Fix ffmpeg.ls issue
  • Add multiple-output example

FFmpeg.js v0.8.1

29 Apr 01:34
Compare
Choose a tag to compare
  • Fix worker origin issue

FFmpeg.js v0.8.0

28 Apr 11:55
Compare
Choose a tag to compare
  • 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

24 Mar 03:46
Compare
Choose a tag to compare
  • Add Worker.terminate()
  • Enhance Error Message
  • Use text/javascript in loading worker script

ffmpeg.js v0.6.1

15 Jan 03:51
Compare
Choose a tag to compare
  • Remove -c copy in concatDemuxer

ffmpeg.js v0.6.0

13 Jan 15:57
Compare
Choose a tag to compare
  • Revert and remove IDBFS and NODEFS
  • Use Transferable in postMessage to handle large files

ffmpeg.js v0.5.2

20 Dec 06:20
Compare
Choose a tag to compare
  • Fix opts issues in Worker.transcode(), Worker.trim() and Worker.concatDemuxer()

ffmpeg.js v0.5.1

19 Dec 13:19
Compare
Choose a tag to compare
  • Remove -c copy in trim to recode the video

ffmpeg.js v0.5.0

18 Dec 14:09
Compare
Choose a tag to compare
  • Fix trim() timestamp issue (#12 )
  • Update Worker.run() API
  • Add Worker.concatDemuxer() for concating multiple video together (thanks to @santosh898 )