Skip to content

Implemented passing framerate limit to KPipeWire

Fabian Arndt requested to merge root-core/spectacle:framerate into master

The file size of recorded screen captures can be massively inflated, if the screen has a high refresh rate. Limiting the frame rate should alleviate this problem.

  • Added a spinbox to the GUI.
  • Added a --framerate / -F option to the CLI.
  • Added a framerate argument to the DBus interface.

BUG: 480322

Edited by Fabian Arndt

Merge request reports