Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@kevingodell/node-red-ffmpeg

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@kevingodell/node-red-ffmpeg

Spawn a long-running ffmpeg process to handle video/image processing.

  • 0.1.1-beta.3
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
20
decreased by-28.57%
Maintainers
1
Weekly downloads
 
Created
Source

@kevingodell/node-red-ffmpeg

GitHub license npm GitHub issues

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 properties args help

Flows:

https://github.com/kevinGodell/node-red-ffmpeg/tree/master/examples

Keywords

FAQs

Package last updated on 17 Dec 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc