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

yuv-video

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

yuv-video

A nodejs module to read YUV video file and convert it to different formats.

  • 1.0.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
4
Maintainers
1
Weekly downloads
 
Created
Source

yuv-video

A nodejs module to read YUV video file and convert it to different formats.

Raw videos (Videos captured by camera before processing) are mainly in two formats: RGB and YUV. This module aims to help users to read YUV videos and process it the way they want in their code. Processing applications include converting it to another format, streaming the video over ffmpeg, video quality analysis etc.

Currently this module supports the following formats:

  • YV12 - 8bit planar 420
  • V210 - 10bit interlaced 422

User Guide

Install module using npm

npm install yuv-video

JSdoc can be found here: https://github.com/gilson27/yuv-video/jsdoc

Keywords

FAQs

Package last updated on 13 Oct 2016

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