From a79bfda20b3dfeb54c207af174797476f57b03d4 Mon Sep 17 00:00:00 2001 From: Romain Date: Wed, 5 Apr 2023 09:14:00 +0200 Subject: [PATCH] docs: fix hwaccel option in README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5e883fb..b55a205 100644 --- a/README.md +++ b/README.md @@ -212,14 +212,14 @@ opts = { bitrate: '1200k' } ##### HW acceleration -Enable VAAPI HW accleration if supported on your platform (typically Intel/AMD chipsets.) +Enable VAAPI HW acceleration if supported on your platform (typically Intel/AMD chipsets). Requires intel-media-driver package to enable. This is not compatiable with the `quality` option and requires a `bitrate` setting. -The default value is `none` +The default value is `none`. ```js // values 'vaapi' or 'none' -opts = { video-hwaccel: 'vaapi' } +opts = { hwaccel: 'vaapi' } ``` ##### Video FPS