aboutsummaryrefslogtreecommitdiff
path: root/com.dec05eba.gpu_screen_recorder.appdata.xml
diff options
context:
space:
mode:
Diffstat (limited to 'com.dec05eba.gpu_screen_recorder.appdata.xml')
-rw-r--r--com.dec05eba.gpu_screen_recorder.appdata.xml37
1 files changed, 36 insertions, 1 deletions
diff --git a/com.dec05eba.gpu_screen_recorder.appdata.xml b/com.dec05eba.gpu_screen_recorder.appdata.xml
index a44c2c6..b7fe8c0 100644
--- a/com.dec05eba.gpu_screen_recorder.appdata.xml
+++ b/com.dec05eba.gpu_screen_recorder.appdata.xml
@@ -33,7 +33,6 @@
<ul>
<li>Opus (default)</li>
<li>AAC</li>
- <li>FLAC</li>
</ul>
<p>
Recording a monitor requires (restricted) root access which means that you have to install GPU Screen Recorder system-wide: flatpak install flathub --system com.dec05eba.gpu_screen_recorder
@@ -52,6 +51,7 @@
<p>
If the video is glitched with checkerboard pattern and you are using and Intel integrated GPU on wayland then this is a known issue and right now the only solution is to record on X11 instead.
</p>
+ <p>AMD has a driver/hardware fault that causes black bars/distorted colors on the right side/bottom of the video for certain video resolutions. This happens for both av1 and hevc, so if you have this issue then switch to h264 video codec option in advanced settings.</p>
<p>
If H264/HEVC video encoding option is not available on your AMD/Intel system but you know that your supports those codecs then you may need to install mesa-extra freedesktop runtime by running this command: "flatpak install --system org.freedesktop.Platform.GL.default//23.08-extra".
</p>
@@ -61,6 +61,7 @@
"flatpak install org.freedesktop.Platform.GL.nvidia-version", for example "flatpak install org.freedesktop.Platform.GL.nvidia-550-54-14".
You can find which NVIDIA driver version is running on your system by running "cat /proc/driver/nvidia/version".
</p>
+ <p>GPU Screen Recorder flatpak can install files in $HOME/.local/share/gpu-screen-recorder. If you want to uninstall GPU Screen Recorder then you will have to remove this directory manually.</p>
</description>
<launchable type="desktop-id">com.dec05eba.gpu_screen_recorder.desktop</launchable>
@@ -80,6 +81,40 @@
</screenshots>
<releases>
+ <release version="3.7.5" date="2024-05-19">
+ <description>
+ <ul>
+ <li>Fix twitch/youtube streaming not working</li>
+ <li>Fix possible freeze on recording stop if stopping quickly after starting recording</li>
+ </ul>
+ </description>
+ </release>
+ <release version="3.7.4" date="2024-05-13">
+ <description>
+ <p>Make audio sync even better. Audio sync is broken in all applications anyways so what can be done really</p>
+ </description>
+ </release>
+ <release version="3.7.3" date="2024-05-12">
+ <description>
+ <ul>
+ <li>Re-enable opus audio codec</li>
+ <li>Remove flac audio codec option until it's fixed</li>
+ <li>Improve video quality when recording HDR</li>
+ <li>Fix flv issues</li>
+ <li>Add mpegts container and option to select codec for custom streaming service</li>
+ </ul>
+ </description>
+ </release>
+ <release version="3.7.2" date="2024-04-20">
+ <description>
+ <ul>
+ <li>Improve nvidia video encoding performance a lot on certain GPUs</li>
+ <li>Improve audio/video sync</li>
+ <li>Increase audio bitrate</li>
+ <li>Hide notifications after a few seconds</li>
+ </ul>
+ </description>
+ </release>
<release version="3.7.1" date="2024-04-12">
<description>
<p>Fix audio sync regression when using mixed audio</p>