damianociarla / node-ffmpeg

ffmpeg module for nodejs
MIT License
600 stars 140 forks source link

Increase node child process maxBuffer setting #82

Open qhyun2 opened 3 years ago

qhyun2 commented 3 years ago

Prevents the child process from be killed for long running ffmpeg jobs.

Implemented fix as described in #81

joshverd commented 1 year ago

This fixed the issue described in #81 for me!

I did run into issues using your forked repository's version of this package. It seems like the node-ffmpeg module on npm hasn't been updated in a few years, and the current repository version does not run properly. So, I actually had to find the last commit before it was published to npm and fork the repository from there.

If anyone comes across this issue/PR down the line, this is the repository I created with the correct forked version and fix described above: https://github.com/joshverd/node-ffmpeg