aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2023-04-18 03:14:39 +0200
committerdec05eba <dec05eba@protonmail.com>2023-04-18 03:14:39 +0200
commit98c853cd77bd0d63d03746bd62a2c95e41928ad8 (patch)
tree216b78581cc6dabad310629411f9e66d7afc02fb
parentdc7b3011a10294dce2be9074c44925f25f1a9a86 (diff)
Temporary issue description for VFR video
-rw-r--r--README.md3
-rw-r--r--com.dec05eba.gpu_screen_recorder.appdata.xml4
2 files changed, 4 insertions, 3 deletions
diff --git a/README.md b/README.md
index 13b3de9..b6dadaa 100644
--- a/README.md
+++ b/README.md
@@ -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">