0.0.3 • Published 6 years ago

catcinema v0.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
6 years ago

CatCinema

VideoTools for NodeJS

Install

npm install catcinema

Example

const vdt = require('catcinema')

// Get Frame from Video

vdt().getFrame("./finaltest.mp4", "out.png", "output", 6.0, function (filepath) {
    console.log("path to video frame: " + filepath)
})

// Convert Video

vdt().convertVideo("./example.webm", "./example.mp4", "mp4", function (outputpath) {
    console.log("path to converted video: " + outputpath)
})
0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago