hyperframes 0.6.0-alpha.2 → 0.6.0-alpha.5

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.
@@ -20,13 +20,13 @@ Requires: Docker installed and running.
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
22
  - `--gpu` — Use GPU encoding (NVENC, VideoToolbox, VAAPI, QSV)
23
- - `--browser-gpu` / `--no-browser-gpu` — Use or opt out of host GPU acceleration for local Chrome/WebGL capture (enabled by default for local renders, disabled in Docker)
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
 
26
26
  ## Tips
27
27
 
28
28
  - Use `draft` quality for fast previews during development
29
- - Local renders use browser GPU capture automatically; use `--no-browser-gpu` to compare against the software-browser path
29
+ - Local renders auto-detect GPU on first launch; use `--browser-gpu` to force hardware (errors if no GPU) or `--no-browser-gpu` to force SwiftShader
30
30
  - Use `--gpu` when a local render also benefits from hardware FFmpeg encoding
31
31
  - Use `npx hyperframes benchmark` to find optimal settings
32
32
  - 4 workers is usually the sweet spot for most compositions