UNPKG

web-video-creator

Version:

A framework for creating videos based on Node.js + Puppeteer + FFmpeg.

75 lines 1.64 kB
{ "name": "web-video-creator", "version": "0.0.32", "description": "A framework for creating videos based on Node.js + Puppeteer + FFmpeg.", "type": "module", "main": "index.js", "scripts": {}, "author": "Vinlic", "license": "Apache-2.0", "repository": { "type": "git", "url": "https://github.com/Vinlic/WebVideoCreator.git" }, "files": [ "api/", "core/", "docs/", "entity", "examples", "lib/", "media/", "preprocessor/", "README.md", "README.en-US.md", "index.js" ], "keywords": [ "puppeteer", "screen", "screen recorder", "video capture", "video recorder", "video", "ffmpeg", "record", "cast", "shot", "chrome", "chromium", "render", "synthesis", "animation", "canvas", "web", "html5", "vtuber", "automatic", "automation", "screen frame", "screeencast", "screeencasts", "headless" ], "bugs": "https://github.com/Vinlic/WebVideoCreator/issues", "dependencies": { "@puppeteer/browsers": "^1.7.1", "ansi-colors": "^4.1.3", "async-lock": "^1.4.0", "cli-progress": "^3.12.0", "colors": "^1.4.0", "crc-32": "^1.2.2", "date-fns": "^2.30.0", "eventemitter3": "^5.0.1", "ffmpeg-static": "^5.2.0", "ffprobe-static": "^3.1.0", "fluent-ffmpeg": "^2.1.2", "fs-extra": "^11.1.1", "generic-pool": "^3.9.0", "got": "^13.0.0", "lodash": "^4.17.21", "mp4box": "^0.5.2", "puppeteer-core": "^21.3.4", "uniqid": "^5.4.0" } }