hyperframes 0.6.46 → 0.6.49

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -19,7 +19,7 @@ Requires: Docker installed and running.
19
19
  - `-w, --workers` — Parallel workers 1-8 (default: auto)
20
20
  - `--crf` — Override encoder CRF (mutually exclusive with `--video-bitrate`)
21
21
  - `--video-bitrate` — Target video bitrate such as `10M` (mutually exclusive with `--crf`)
22
- - `--gpu` — Use GPU encoding (NVENC, VideoToolbox, VAAPI, QSV)
22
+ - `--gpu` — Use GPU encoding (NVENC, VideoToolbox, AMF, VAAPI, QSV)
23
23
  - `--browser-gpu` / `--no-browser-gpu` — Force host GPU or software (SwiftShader) for Chrome/WebGL capture. Default for local renders is `auto` — probe WebGL availability on first launch and fall back to software if no GPU is reachable. Docker mode always uses software.
24
24
  - `-o, --output` — Custom output path
25
25