From d368c2e8bd45c55fdfc6578e5b8d2c8a8e66aeed Mon Sep 17 00:00:00 2001 From: Dave Patrick Caberto Date: Sat, 9 Mar 2024 08:40:20 +0800 Subject: [PATCH] docs(README): add all feature in the table --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5fa1edb8..4bf9c77d 100644 --- a/README.md +++ b/README.md @@ -64,8 +64,9 @@ 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 | +| Feature | Description | Issues | | ------------------------ | ------------------------------------------------------------------------ | ------------------------- | +| `all` | Enables all experimental features | - | | `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 |