Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gilson27/yuv-video
https://github.com/gilson27/yuv-video
Last synced: 16 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/gilson27/yuv-video
- Owner: gilson27
- License: bsd-3-clause
- Created: 2016-10-13T06:59:37.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-10-15T12:27:24.000Z (about 8 years ago)
- Last Synced: 2024-04-26T03:02:59.973Z (9 months ago)
- Language: JavaScript
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# yuv-video
[![GitHub issues](https://img.shields.io/github/issues/gilson27/yuv-video.svg)](https://github.com/gilson27/yuv-video/issues)
[![GitHub license](https://img.shields.io/badge/license-New%20BSD-blue.svg)](https://raw.githubusercontent.com/gilson27/yuv-video/master/LICENSE)
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