Releases: mmomtchev/ffmpeg
Releases · mmomtchev/ffmpeg
v1.0.0
- Add
streams/Filter
to support ffmpeg filters - Support the built-in networking capabilities of ffmpeg
- Support piping from a
ReadStream
to aDemuxer
- Support piping from a
Muxer
to aWriteStream
- Send
error
events onDemuxer
andMuxer
- 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
- Add
streams/Filter
to support ffmpeg filters - Support the built-in networking capabilities of ffmpeg
- Support piping from a
ReadStream
to aDemuxer
- Support piping from a
Muxer
to aWriteStream
- Send
error
events onDemuxer
andMuxer
- 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
- Add
streams/Filter
to support ffmpeg filters - Support the built-in networking capabilities of ffmpeg
- Support piping from a
ReadStream
to aDemuxer
- Support piping from a
Muxer
to aWriteStream
- Send
error
events onDemuxer
andMuxer
- Support
worker_threads
- Fix #1, crash when loading the module in a debug build of Node.js