blob: 419c5259ef552597462e8e2d3377df9c791da3a4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
|
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop-application">
<id>com.dec05eba.gpu_screen_recorder</id>
<name>GPU Screen Recorder</name>
<summary>A shadowplay-like screen recorder for Linux. The fastest screen recorder for Linux.</summary>
<developer_name>dec05eba</developer_name>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-3.0</project_license>
<url type="homepage">https://git.dec05eba.com/gpu-screen-recorder-gtk/about/</url>
<supports>
<control>pointing</control>
<control>keyboard</control>
</supports>
<description>
<p>
This is a screen recorder that has minimal impact on system performance by recording a window using the GPU only, similar to shadowplay on windows. This is the fastest screen recording tool for Linux. It's currently limited to nvidia GPUs.
</p>
<p>
This screen recorder can be used for recording your desktop offline, for live streaming and for nvidia-like instant replay, where only the last few seconds are saved.
</p>
</description>
<launchable type="desktop-id">com.dec05eba.gpu_screen_recorder.desktop</launchable>
<screenshots>
<screenshot type="default">
<image>https://raw.githubusercontent.com/dec05eba/flathub/gpu_screen_recorder/resources/screenshot1.png</image>
</screenshot>
</screenshots>
<releases>
<release version="1.0.0" date="2022-09-30"/>
</releases>
<content_rating type="oars-1.1"/>
</component>
|