@kevingodell/node-red-ffmpeg
v0.1.1-beta.3
Published
Spawn a long-running ffmpeg process to handle video/image processing.
Downloads
106
Readme
@kevingodell/node-red-ffmpeg
A Node-RED node used for spawning a long-running ffmpeg process to handle video/image processing.
- designed to be a thin wrapper around ffmpeg using child_process.spawn
- ffmpeg executable binary must be installed or built separately
Expectations:
- You should have working knowledge of ffmpeg on the command line.
- If you have difficulties making it work, please open a new discussion and tag me
@kevinGodell
. - Do not send private messages asking for help because that will not benefit others with similar issues.
Installation:
- go to the correct directory, usually ~/.node-red
cd ~/.node-red
- using npm
npm install @kevingodell/node-red-ffmpeg
- reboot the node-red server
node-red-stop && node-red-start
Instructions:
- See the detailed help text in the sidebar.
Screenshots:
Flows:
https://github.com/kevinGodell/node-red-ffmpeg/tree/master/examples