Package Details: simplescreenrecorder-git 0.4.4.r76.gd790385-1

Git Clone URL: https://aur.archlinux.org/simplescreenrecorder-git.git (read-only, click to copy)
Package Base: simplescreenrecorder-git
Description: A feature-rich screen recorder that supports X11 and OpenGL
Upstream URL: https://github.com/MaartenBaert/ssr
Keywords: ssr
Licenses: GPL-3.0-or-later
Conflicts: simplescreenrecorder
Provides: simplescreenrecorder
Submitter: wrl
Maintainer: xiota (MaartenBaert)
Last Packager: xiota
Votes: 22
Popularity: 0.000048
First Submitted: 2014-01-28 19:54 (UTC)
Last Updated: 2026-02-22 20:04 (UTC)

Latest Comments

1 2 3 Next › Last »

xiota commented on 2026-03-10 21:42 (UTC)

@e8hffff This program is incompatible with wayland and may segfault, like when changing the recording area.

If you have problems running in X11 (not xwayland) with a fresh build, consider opening an issue upstream. Enough information to reproduce the problem should be provided. Stating that something doesn't work is too vague.

e8hffff commented on 2026-03-10 16:50 (UTC)

This build only records the whole screen region, not a selected rectangle.

dreieck commented on 2025-04-03 14:50 (UTC)

Ahoj,

this builds with Qt6 now, which is the up to date Qt version. Please consider updating this PKGBUILD.

diff to the PKGBUILD to migrate to Qt6 (and also to make the license identifier SPDX compliant):

--- PKGBUILD.orig   2025-04-03 16:45:21.419977330 +0200
+++ PKGBUILD    2025-04-03 16:50:39.879974554 +0200
@@ -8,4 +8,4 @@
 url="https://www.maartenbaert.be/simplescreenrecorder/"
-license=("GPL3")
-depends=("qt5-base" "qt5-x11extras"
+license=("GPL-3.0-or-later")
+depends=("qt6-base>=6.2"
     "ffmpeg" "alsa-lib" "libpulse" "jack" "libgl" "glu" "v4l-utils"
@@ -14,3 +14,3 @@
 optdepends=("lib32-simplescreenrecorder-git: OpenGL recording of 32-bit applications")
-makedepends=("git" "cmake" "qt5-tools")
+makedepends=("git" "cmake" "qt6-tools")
 source=("git+https://github.com/MaartenBaert/ssr.git")
@@ -33,3 +33,3 @@
    cd ssr/build
-   cmake -DCMAKE_INSTALL_PREFIX="/usr" -DCMAKE_INSTALL_LIBDIR="lib" -DCMAKE_BUILD_TYPE=Release -DWITH_QT5=TRUE ..
+   cmake -DCMAKE_INSTALL_PREFIX="/usr" -DCMAKE_INSTALL_LIBDIR="lib" -DCMAKE_BUILD_TYPE=Release -DWITH_QT5=FALSE -DWITH_QT6=TRUE ..
    make

Regards and thanks for the package!

dainis commented on 2024-06-24 04:49 (UTC)

This pull request may change situation:

https://github.com/MaartenBaert/ssr/pull/1035

dainis commented on 2024-06-24 03:27 (UTC)

Looks lake in libavcodec some changes (AVCodecContext has no channells,channel_layout )

earlybird commented on 2024-06-22 06:07 (UTC)

Can you check your build? Todays update gives an error building the package - something about channels.

Serial commented on 2021-07-15 01:39 (UTC)

Hello SimpleScreenRecorder Team

The simplescreenrecorder app is not working correctly on EOS flavor Gnome 40.3

When simplescreenrecorde is used via wayland, the recorded screens are completely dark and in the x11 version the recording is performed, but the screen is blinking intermittently and all screens are not recorded without its entirety.

Here’s video:

https://github.com/MaartenBaert/ssr/issues/896

matbonn commented on 2020-09-17 14:42 (UTC)

Can anyone confirm if the OpenGL part still works? I LOVE SSR over OBS etc but recently noticed that I couldn't record anymore from chrome, firefox or brave via OpenGL. The preview window stays blank and it can't get the input res. I tried this on Manjaro and Arco. I even tried a old Manjaro bootable ISO - installed SSR "in RAM" and it appears the OpenGL is part is broken.

MaartenBaert commented on 2018-05-21 14:31 (UTC)

The main package (simplescreenrecorder-git) now uses Qt5, so this one should no longer be needed.