v0.5.0

ffmpegwasm/ffmpeg.wasmv0.5.0Dec 18, 2019by jeromewu

AI Summary

A significant update that improves video trimming accuracy and introduces a new capability for merging multiple video files. It also refines the core execution API to enhance developer experience.

Key Highlights

  • Fixed timestamp issues in the trim() function
  • Updated the Worker.run() API
  • Added Worker.concatDemuxer() for merging multiple videos

New Features

  • Worker.concatDemuxer()

Full Release Notes

- Fix trim() timestamp issue (#12 )
- Update Worker.run() API
- Add Worker.concatDemuxer() for concating multiple video together (thanks to @santosh898 )