fluent-ffmpeg-multistream icon indicating copy to clipboard operation
fluent-ffmpeg-multistream copied to clipboard

Multiple stream inputs/outputs in fluent-ffmpeg.

Results 4 fluent-ffmpeg-multistream issues
Sort by recently updated
recently updated
newest added

Hi! Firstly thank you so much for making this module! I was looking everywhere for a way to accomplish this but found nothing. I'm trying to pass an S3 object...

This doesn't work on windows currently. With the new changes I am able to use this on windows and able to create sockets.

I run it on Windows 10, got an error。 Maybe use `path = path.join('\\\\?\\pipe', './' + (++counter) + '.sock')` on Windows is better。

Hi, a really good project, thank you very much for developing this. Video broadcasting works very well, but audio doesn't work properly. ```javascript 'use strict'; const ffmpeg = require('fluent-ffmpeg') const...