You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
title: Faster Editor Playback, GPU-Accelerated Exports & Windows Performance
3
+
app: Cap Desktop
4
+
publishedAt: "2026-02-18"
5
+
version: 0.4.7
6
+
image:
7
+
---
8
+
9
+
-**Dramatically faster editor playback** — Color conversion now happens entirely on the GPU, cutting data transfer by 62% and making scrubbing and playback feel significantly snappier. Frame caching and prefetch logic were also reworked so the editor stays responsive even on longer recordings.
10
+
-**GPU-accelerated exports** — Exports are noticeably faster thanks to a new GPU rendering path with pipelined decoding. When GPU conversion isn't available, an optimized CPU fallback takes over automatically. Export size and time estimates are now much more accurate.
11
+
-**Windows playback performance** — Switched to the native MediaFoundation decoder with zero-copy frame handling and preferred the Dx12 GPU backend, resulting in much lower latency during playback on Windows.
12
+
-**Prewarmed editor GPU pipeline** — The rendering pipeline now initializes in the background at startup, so the editor is ready to play the moment you open it.
13
+
-**Better crop and padding rendering** — Fixed an issue where padding and backgrounds rendered incorrectly when a crop region was applied.
14
+
-**Improved stability** — Graceful shutdown handling to prevent crashes on exit, reliable camera window cleanup when recordings end, and better audio sync for long recordings.
0 commit comments