mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-30 15:52:10 +02:00
70ec6311c01a00b2851693362d7269cc42adb4dd
Seeking during slider drag is very CPU and HDD intensive task. We are requesting the player to keep seeking in VERY short amounts of time. This can be performed more effectively by doing a single seek after slider drop. Since this is a different behaviour then usually in media players, I am making this optional (enabled by default).
Clapper
A GNOME media player built using GJS and powered by GStreamer with OpenGL rendering. Can also be used as a pre-made widget for Gtk apps.
WORK IN PROGRESS
Requirements
Clapper uses these GStreamer
elements:
Other required plugins (codecs) depend on video format.
To use VAAPI
make sure you have gstreamer1-vaapi
installed. Verify with:
gst-inspect-1.0 vaapi
On some older GPUs you might need to export GST_VAAPI_ALL_DRIVERS=1
environment variable.
Description
Languages
C
96.7%
Meson
2.8%
CSS
0.5%