Skip to content

Commit

Permalink
docs(README): improve experimental feature docs
Browse files Browse the repository at this point in the history
  • Loading branch information
SeaDve committed Mar 2, 2024
1 parent f7b06f9 commit f35bd1e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,11 @@ performance degradation. However, they can be enabled manually by running Kooha
with `KOOHA_EXPERIMENTAL` env var set to `all` (e.g., `KOOHA_EXPERIMENTAL=all flatpak run io.github.seadve.Kooha`), or individually, by setting
`KOOHA_EXPERIMENTAL` to the following keys (e.g., `KOOHA_EXPERIMENTAL=experimental-formats,window-recording`):

| Feature Key | Description | Issues |
| ------------------------ | ------------------------------------------------------------------------ | ----------- |
| `experimental-formats` | Enables other codecs (e.g., hardware-accelerate encoders*, VP9, and AV1) | Stability |
| `multiple-video-sources` | Enables recording multiple monitor or windows | Performance |
| `window-recording` | Enables recording a specific window | Flickering |
| Feature Key | Description | Issues |
| ------------------------ | ------------------------------------------------------------------------ | ------------------------- |
| `experimental-formats` | Enables other codecs (e.g., hardware-accelerate encoders*, VP9, and AV1) | Stability |
| `multiple-video-sources` | Enables recording multiple monitor or windows | Stability and performance |
| `window-recording` | Enables recording a specific window | Flickering |

\* Requires `GST_VAAPI_ALL_DRIVERS` env var to be set to `1` and `gstreamer-vaapi` to be installed.

Expand Down

0 comments on commit f35bd1e

Please sign in to comment.