Streampunk / beamcoder

Node.js native bindings to FFmpeg.
GNU General Public License v3.0
392 stars 76 forks source link

Releasing beamcoder-stream Nodejs Stream API #108

Open piercus opened 1 year ago

piercus commented 1 year ago

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

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 ?

UrielCh commented 1 year ago

Maybe you should add typing in your package.

or of course, write it in Typescript :)