Skip to content

Releases: mmomtchev/ffmpeg

v1.0.0

26 Jan 21:07
Compare
Choose a tag to compare
  • Add streams/Filter to support ffmpeg filters
  • Support the built-in networking capabilities of ffmpeg
  • Support piping from a ReadStream to a Demuxer
  • Support piping from a Muxer to a WriteStream
  • Send error events on Demuxer and Muxer
  • Support worker_threads
  • Publish the package as a traditional CommonJS package to ensure best support across different environments
  • Fix #1, crash when loading the module in a debug build of Node.js
  • Fix #26, missing constants
  • Fix #28, flow control issues in Filter

v1.0.0-rc.1

08 Jan 12:26
Compare
Choose a tag to compare
v1.0.0-rc.1 Pre-release
Pre-release
  • Add streams/Filter to support ffmpeg filters
  • Support the built-in networking capabilities of ffmpeg
  • Support piping from a ReadStream to a Demuxer
  • Support piping from a Muxer to a WriteStream
  • Send error events on Demuxer and Muxer
  • Support worker_threads
  • Publish the package as a traditional CommonJS package to ensure best support across different environments
  • Fix #1, crash when loading the module in a debug build of Node.js

v1.0.0-rc.0

05 Jan 19:32
Compare
Choose a tag to compare
v1.0.0-rc.0 Pre-release
Pre-release
  • Add streams/Filter to support ffmpeg filters
  • Support the built-in networking capabilities of ffmpeg
  • Support piping from a ReadStream to a Demuxer
  • Support piping from a Muxer to a WriteStream
  • Send error events on Demuxer and Muxer
  • Support worker_threads
  • Fix #1, crash when loading the module in a debug build of Node.js

v0.9.0

08 Dec 18:42
Compare
Choose a tag to compare
v0.9.0 Pre-release
Pre-release
  • First alpha release