This is not an issue, more an annoucement. I have just published https://www.npmjs.com/package/beamcoder-stream which is a Node.js stream-oriented API to beamcoder. Main idea is to be able to do ```js demuxerStream.pipe(decoderStream).pipe(filtererStream).pipe(encoderStream) ``` If anyone interested, i would be glad to get some comments/feedbacks ! @scriptorian if you're interested, i could also integrate this with a PR. What do you think ?