v0.5.2

ffmpegwasm/ffmpeg.wasmv0.5.2Dec 20, 2019by jeromewu

AI Summary

This version addresses stability issues within the core worker methods responsible for transcoding, trimming, and concatenating media files. By resolving option handling errors, it improves the reliability of these fundamental operations.

Key Highlights

  • Fixed option handling issues in Worker.transcode()
  • Fixed option handling issues in Worker.trim()
  • Fixed option handling issues in Worker.concatDemuxer()

Full Release Notes

- Fix opts issues in Worker.transcode(), Worker.trim() and Worker.concatDemuxer()