cinemajs

0.1.1 • Public • Published

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.

Package Sidebar

Install

npm i cinemajs

Weekly Downloads

1

Version

0.1.1

License

MIT

Last publish

Collaborators

  • aunyks