Skip to content

Commit

Permalink
docs: fix hwaccel option in README
Browse files Browse the repository at this point in the history
  • Loading branch information
rprieto authored Apr 5, 2023
1 parent 2858062 commit a79bfda
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a79bfda

Please sign in to comment.