rife-fps
Version:
Video framerate interlopation with rife
36 lines (35 loc) • 769 B
JSON
{
"name": "rife-fps",
"version": "0.0.9",
"description": "Video framerate interlopation with rife",
"main": "dist/rife.js",
"types": "dist/rife.d.ts",
"scripts": {
"start": "tsc && node dist/start.js",
"prepublishOnly": "tsc"
},
"keywords": [
"rife",
"video",
"fps",
"framerate",
"upscaling"
],
"repository": {
"type": "git",
"url": "https://github.com/Moebits/rife-fps"
},
"author": "Moebits",
"license": "MIT",
"devDependencies": {
"@types/fluent-ffmpeg": "^2.1.24",
"typescript": "^5.3.3"
},
"dependencies": {
"fluent-ffmpeg": "^2.1.2",
"get-pixels": "^3.3.3",
"gif-encoder": "^0.7.2",
"gif-frames": "github:tenpi/gif-frames#no-cumulative",
"image-size": "^1.1.1"
}
}