From f4d7fe8bf99948dcc964aee9db288f1e9f4dd78e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20Le=20Calvar?= Date: Sat, 6 May 2023 17:00:53 +0200 Subject: [PATCH] upadte readme --- README.md | 3 +-- package.json | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) 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": {