diff options
-rw-r--r-- | com.dec05eba.gpu_screen_recorder.appdata.xml | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/com.dec05eba.gpu_screen_recorder.appdata.xml b/com.dec05eba.gpu_screen_recorder.appdata.xml index 7518539..0a1a0ce 100644 --- a/com.dec05eba.gpu_screen_recorder.appdata.xml +++ b/com.dec05eba.gpu_screen_recorder.appdata.xml @@ -21,8 +21,20 @@ This is a screen recorder that has minimal impact on system performance by recording a monitor using the GPU only, similar to shadowplay on windows. This is the fastest screen recording tool for Linux. This screen recorder works with both X11 and Wayland. </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. + 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 minutes are saved. </p> + Supported video codecs: + <ul> + <li>H264 (default on Intel)</li> + <li>HEVC (default on AMD and NVIDIA)</li> + <li>AV1 (not currently supported on NVIDIA in the flatpak)</li> + </ul> + Supported audio codecs: + <ul> + <li>Opus (default)</li> + <li>AAC</li> + <li>FLAC</li> + </ul> <p> There are some restrictions when recording on AMD/Intel or Wayland. Videos created on AMD/Intel/Wayland are in variable framerate format. Very out of date video players might have an issue playing such videos. I recommend using MPV or a browser to play such videos, otherwise you might experience stuttering in the video. </p> |