Skip to content

v0.12.1

Choose a tag to compare

@OrellBuehler OrellBuehler released this 30 Jun 20:03
33be81b

Fixes

  • Responsive media import — importing many large sources (e.g. GoPro footage) no longer saturates the CPU and freezes the GUI and the agent. Preview-proxy generation now runs through a bounded background worker pool, and each encode is CPU-thread-capped to leave a core free.

Tuning (env vars)

  • KERF_PROXY_WORKERS (default 1) — how many proxy encodes run at once
  • KERF_PROXY_THREADS (default: cores − 1) — CPU threads per encode

Keep WORKERS × THREADS ≤ core count to avoid oversubscription.