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
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -68,15 +68,15 @@ Refer to the [build instructions](build%20instructions.md) if you'd like to buil
68
68
69
69
#### Capture Method
70
70
71
-
-**BitBlt** (fastest, least compatible)
72
-
A good default fast option. But it cannot properly record OpenGL, Hardware Accelerated or Exclusive Fullscreen windows.
73
-
The smaller the selected region, the more efficient it is.
74
71
-**Windows Graphics Capture** (fast, most compatible, capped at 60fps)
75
72
Only available in Windows 10.0.17134 and up.
76
73
Due to current technical limitations, Windows versions below 10.0.0.17763 require having at least one audio or video Capture Device connected and enabled.
77
74
Allows recording UWP apps, Hardware Accelerated and Exclusive Fullscreen windows.
78
75
Adds a yellow border on Windows 10 (not on Windows 11).
79
76
Caps at around 60 FPS.
77
+
-**BitBlt** (fastest, least compatible)
78
+
The best option when compatible. But it cannot properly record OpenGL, Hardware Accelerated or Exclusive Fullscreen windows.
79
+
The smaller the selected region, the more efficient it is.
80
80
-**Direct3D Desktop Duplication** (slower, bound to display)
81
81
Duplicates the desktop using Direct3D.
82
82
It can record OpenGL and Hardware Accelerated windows.
0 commit comments