Skip to content

Releases: ffmpegwasm/ffmpeg.wasm

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 )

ffmpeg.js v0.4.1

03 Dec 14:50
Compare
Choose a tag to compare

Enable IDBFS and NODEFS to handle big files

ffmpeg.js v0.4.0

21 Nov 13:53
Compare
Choose a tag to compare
  • Add Worker.trim to trim video and audio to specific interval
  • Examples:
    • Webcam
    • Image to video