blob: e32464951185cb8f7244d3339589bd964fbc52a4 (
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
|
<?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/about/</url>
<url type="bugtracker">https://git.dec05eba.com/?p=about</url>
<url type="contribute">https://git.dec05eba.com/?p=about</url>
<url type="donation">https://git.dec05eba.com/?p=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/flathub/com.dec05eba.gpu_screen_recorder/master/resources/screenshot1.png</image>
</screenshot>
</screenshots>
<releases>
<release version="1.1.2" date="2022-10-07">
<description>
<p>Fix crash caused by invalid memory write when recording audio</p>
</description>
</release>
<release version="1.1.1" date="2022-10-05">
<description>
<p>Fix possible pulseaudio crash</p>
</description>
</release>
<release version="1.1.0" date="2022-10-05">
<description>
<p>Fixes some streaming issues (mostly metadata missing)</p>
</description>
</release>
<release version="1.0.0" date="2022-09-30"/>
</releases>
<content_rating type="oars-1.1"/>
</component>
|