mirror of
https://github.com/Rafostar/clapper.git
synced 2025-12-24 14:06:26 +01:00
734471475fcca8436dd4762535865dc6cdfefd96
Default "seek" function takes time in nanoseconds as argument which is not that useful, cause we will start playback from the nearest keyframe anyway. The new "seek_seconds" can take a double value for more precise seeking.
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.8%
Meson
2.8%
CSS
0.4%