UNPKG

videoshowlas

Version:

Simple command-line and programmatic interface to create videos slideshows from images using ffmpeg

54 lines (53 loc) 1 kB
{ "name": "videoshowlas", "version": "0.1.12", "description": "Simple command-line and programmatic interface to create videos slideshows from images using ffmpeg", "repository": "luanadriani/videoshow", "author": "Tomas Aparicio", "license": "MIT", "main": "lib", "directories": { "lib": "./lib" }, "bin": { "videoshow": "./bin/videoshow" }, "scripts": { "test": "make test" }, "keywords": [ "video", "photo", "slide", "slides", "image", "show", "ffmpeg", "mpeg", "avi", "xvid", "compose", "slider", "transition", "photos", "moviemaker", "maker", "movie", "slideshow", "slideshows", "animoto" ], "dependencies": { "ass-stringify": "^0.1.1", "fluent-ffmpeg": "^2.0.0", "fw": "^0.1.2", "lil-uuid": "^0.1.0", "lodash.merge": "^4.6.2", "yargs": "^3.5.4" }, "devDependencies": { "chai": "^1.10.0", "mocha": "^6.2.0", "rimraf": "^2.2.8" } }