mirror of
https://repo.dec05eba.com/gpu-screen-recorder
synced 2026-05-05 22:40:42 +09:00
5.13.0
This commit is contained in:
@@ -279,6 +279,10 @@ Video codec:
|
|||||||
HDR options not available on X11 or portal capture. 10-bit capture reduces banding but may not be supported properly by all video players.
|
HDR options not available on X11 or portal capture. 10-bit capture reduces banding but may not be supported properly by all video players.
|
||||||
.br
|
.br
|
||||||
Vulkan codec options are experimental. They may not work properly on your system because of GPU driver issues.
|
Vulkan codec options are experimental. They may not work properly on your system because of GPU driver issues.
|
||||||
|
.br
|
||||||
|
Using vulkan codecs may result in better gaming performance, especially on NVIDIA as it doesn't suffer from an issue known as "cuda p2 state"
|
||||||
|
.br
|
||||||
|
where the GPU gets downclocked when using nvenc (regular video codecs on NVIDIA).
|
||||||
|
|
||||||
(default: auto → h264).
|
(default: auto → h264).
|
||||||
.TP
|
.TP
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
project('gpu-screen-recorder', ['c', 'cpp'], version : '5.12.5', default_options : ['warning_level=2'])
|
project('gpu-screen-recorder', ['c', 'cpp'], version : '5.13.0', default_options : ['warning_level=2'])
|
||||||
|
|
||||||
add_project_arguments('-Wshadow', language : ['c', 'cpp'])
|
add_project_arguments('-Wshadow', language : ['c', 'cpp'])
|
||||||
if get_option('buildtype') == 'debug'
|
if get_option('buildtype') == 'debug'
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "gpu-screen-recorder"
|
name = "gpu-screen-recorder"
|
||||||
type = "executable"
|
type = "executable"
|
||||||
version = "5.12.5"
|
version = "5.13.0"
|
||||||
platforms = ["posix"]
|
platforms = ["posix"]
|
||||||
|
|
||||||
[config]
|
[config]
|
||||||
|
|||||||
Reference in New Issue
Block a user