diff options
-rw-r--r-- | README.md | 3 | ||||
-rw-r--r-- | com.dec05eba.gpu_screen_recorder.appdata.xml | 4 |
2 files changed, 4 insertions, 3 deletions
@@ -12,7 +12,8 @@ More info at [gpu-screen-recorder](https://git.dec05eba.com/gpu-screen-recorder/ This software works only on X11 (Wayland with Xwayland is NOT supported). ### TEMPORARY ISSUES 1) Recording monitor on AMD/Intel has been temporary disables as issues surrounding it are fixed. For now, record a window instead. -2) recording the monitor on steam deck might fail sometimes. This happens even when using ffmpeg directly. This might be a steam deck driver bug. Recording a single window doesn't have this issue. +2) Recording the monitor on steam deck might fail sometimes. This happens even when using ffmpeg directly. This might be a steam deck driver bug. Recording a single window doesn't have this issue. +3) Videos created on AMD/Intel are in variable framerate format. Use MPV to play such videos, otherwise you might experience stuttering in the video if you are using a buggy video player. # Performance On a system with a i5 4690k CPU and a GTX 1080 GPU:\ When recording Legend of Zelda Breath of the Wild at 4k, fps drops from 30 to 7 when using OBS Studio + nvenc, however when using this screen recorder the fps remains at 30.\ diff --git a/com.dec05eba.gpu_screen_recorder.appdata.xml b/com.dec05eba.gpu_screen_recorder.appdata.xml index 0b3462a..47ce9a2 100644 --- a/com.dec05eba.gpu_screen_recorder.appdata.xml +++ b/com.dec05eba.gpu_screen_recorder.appdata.xml @@ -38,9 +38,9 @@ </screenshots> <releases> - <release version="2.1.0" date="2023-04-15"> + <release version="2.1.0" date="2023-04-19"> <description> - <p>Enable AMD/Intel monitor capture. Requires the flatpak to be installed system-wide and it requires restricted root access. Record a single window if you dont like these restrictions.</p> + <p>Enable AMD/Intel monitor capture. Requires the flatpak to be installed system-wide and it requires restricted root access. Record a single window if you dont like these restrictions. Videos created on AMD/Intel should be played with MPV otherwise it might have issues such as stuttering.</p> </description> </release> <release version="2.0.0" date="2023-04-11"> |