0.1.1 • Published 8 years ago

cinemajs v0.1.1

Weekly downloads
3
License
MIT
Repository
github
Last release
8 years ago

Cinema.js

A video editing library for the web.

alt text

Installation

npm install cinemajs

Features

  • Get essential information about a video file such as FPS, bitrate, duration, etc.
  • Dump the frames of a video to a folder
  • Turn multiple pictures into a slideshow movie
  • Resize video
  • Works with mp4, avi, mov, and more!

Documentation

Docs are available here.

Quick Start

Clone the repository

git clone https://github.com/aunyks/cinema.git

Enter the newly created cinema directory

cd cinema

Install cinema's required packages

npm install

Place a video file named test into the folder and test!

npm test

Contribute

Must have Node.js and npm installed


Clone the repository

git clone https://github.com/aunyks/cinema.git

Enter the newly created cinema directory

cd cinema

Install cinema's required packages

npm install

Licensed under the MIT License.