@kevingodell/node-red-ffmpeg 0.1.1-beta.3
Spawn a long-running ffmpeg process to handle video/image processing.
@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:
![flow](https://user-images.githubusercontent.com/6091746/203855624-1ad8675b-e8e4-40d0-98db-79d765e84af6.png)
![properties](https://user-images.githubusercontent.com/6091746/203855748-802673c7-663d-499c-bce0-5357ed61579a.png)
![args](https://user-images.githubusercontent.com/6091746/203856008-f16f9a60-7512-4b4a-a532-65a1d4df9efc.png)
![help](https://user-images.githubusercontent.com/6091746/203855844-f05959c3-76ed-47d4-a8ed-0283cba3e595.png)
Flows:
https://github.com/kevinGodell/node-red-ffmpeg/tree/master/examples