peertube-plugin-nctv-nvenc-.../package.json

23 lines
612 B
JSON
Raw Normal View History

2021-03-30 17:25:24 +00:00
{
"name": "peertube-plugin-hardware-transcode-vaapi",
"version": "0.0.3",
"license": "MIT",
2021-03-30 17:25:24 +00:00
"description": "Plugin add transcode profils which use vaapi for hardware acceleration",
"engine": {
"peertube": ">=3.1.0"
},
"keywords": [
"peertube",
"plugin"
],
"homepage": "https://git.kher.nl/tlc/peertube-plugin-hardware-transcode-vaapi",
"author": "gdsn",
"bugs": "https://git.kher.nl/tlc/peertube-plugin-hardware-transcode-vaapi",
"library": "./main.js",
"staticDirs": {},
"css": [],
"clientScripts": [],
"translations": {}
}