diff --git a/README.md b/README.md index d9b78e4..6cab28e 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,6 @@ # Hardware h264 encoding using vaapi -This plugin is a work in progress and use features not (yet) available in current version of Peertube. -You can use this fork: https://github.com/TheoLeCalvar/PeerTube +This plugin tries to enable hardware accelerated transcoding profiles using vaapi on linux. It should be considered experimental and tinkering will certainly be necessary to make this plugin work on your hardware. For more information on vaapi and hardware acceleration: diff --git a/package.json b/package.json index 35051e5..e23bd84 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "peertube-plugin-hardware-transcode-vaapi", - "version": "0.2.0", + "version": "0.2.1", "license": "MIT", "description": "Plugin that adds transcode profiles which use vaapi for hardware acceleration", "engine": {