diff options
author | dec05eba <dec05eba@protonmail.com> | 2024-07-06 01:51:56 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2024-07-06 01:51:56 +0200 |
commit | edb770ba34efb7a48eee07b4b3eadf57a1345138 (patch) | |
tree | 894dc2a4e22a98053875c9b88a54ac2b4708da9c /com.dec05eba.gpu_screen_recorder.appdata.xml | |
parent | c611c519bc453e9be8ec0f43afe85eaf0fafd37a (diff) |
Add support for vp8 and vp9 (experimental)
Diffstat (limited to 'com.dec05eba.gpu_screen_recorder.appdata.xml')
-rw-r--r-- | com.dec05eba.gpu_screen_recorder.appdata.xml | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/com.dec05eba.gpu_screen_recorder.appdata.xml b/com.dec05eba.gpu_screen_recorder.appdata.xml index 7d05e52..3a36046 100644 --- a/com.dec05eba.gpu_screen_recorder.appdata.xml +++ b/com.dec05eba.gpu_screen_recorder.appdata.xml @@ -26,8 +26,10 @@ <p>Supported video codecs:</p> <ul> <li>H264 (default)</li> - <li>HEVC</li> - <li>AV1 (not currently supported on NVIDIA in the flatpak)</li> + <li>HEVC (Optionally with HDR)</li> + <li>AV1 (Optionally with HDR. Not currently supported on NVIDIA if you use GPU Screen Recorder flatpak)</li> + <li>VP8</li> + <li>VP9</li> </ul> <p>Supported audio codecs:</p> <ul> @@ -82,6 +84,13 @@ </screenshots> <releases> + <release version="3.8.3" date="2024-07-06"> + <description> + <ul> + <li>Add VP8 and VP9 if supported by the hardware</li> + </ul> + </description> + </release> <release version="3.8.2" date="2024-06-22"> <description> <ul> |