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

video-renderer

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

video-renderer

🎬 unified interface for expressing rendering streams for `ffmpeg` and `<canvas>`.

  • 1.0.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
28
decreased by-17.65%
Maintainers
1
Weekly downloads
 
Created
Source

Video Renderer

🎬 unified interface for expressing rendering streams for ffmpeg and <canvas>. You can use the <canvas> render to build a fast editing experience in the browser (at Threads we're even using this on mobile devices), then use FFMPEG to render an optimised, high resolution mp4/jpeg/etc. output.

Due to ffmpeg's wide format support and extensive list of filters, this works well for both videos and static images.

N.B. This is just the basic building block for video/image editing experiences. We don't provide any reference editor.

Installing

yarn add video-renderer

Usage

  • Shared API
  • Browser API
  • Node API
  • ffmpeg Examples

Keywords

FAQs

Package last updated on 26 Sep 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