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

22 lines
620 B
JSON
Raw Normal View History

2021-03-30 17:25:24 +00:00
{
"name": "peertube-plugin-hardware-transcode-vaapi",
2021-06-03 17:37:03 +00:00
"version": "0.1.0",
"license": "MIT",
2021-04-07 12:51:58 +00:00
"description": "Plugin that adds transcode profiles which use vaapi for hardware acceleration",
2021-03-30 17:25:24 +00:00
"engine": {
2021-06-03 17:37:03 +00:00
"peertube": ">=3.2.0"
2021-03-30 17:25:24 +00:00
},
"keywords": [
2021-06-03 17:37:03 +00:00
"peertube",
"plugin"
2021-03-30 17:25:24 +00:00
],
"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": {}
2021-06-03 17:37:03 +00:00
}