Gpu-screen-recorder: Difference between revisions

Improve LD_LIBRARY_PATH wrapper for gpu-screen-recorder
m Changed the ShadowPlay link to point to the English version of the Nvidia website, rather than German
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
[https://git.dec05eba.com/gpu-screen-recorder/about/ gpu-screen-recorder] is a screen recorder that has minimal impact on system performance by recording your monitor using the GPU only, similar to [https://www.nvidia.com/de-de/geforce/geforce-experience/shadowplay/ ShadowPlay] on Windows.
[https://git.dec05eba.com/gpu-screen-recorder/about/ gpu-screen-recorder] is a screen recorder that has minimal impact on system performance by recording your monitor using the GPU only, similar to [https://www.nvidia.com/en-us/geforce/geforce-experience/shadowplay/ ShadowPlay] on Windows.


==== Supported codecs ====
==== Supported codecs ====
Line 17: Line 17:
== Installation ==
== Installation ==
<syntaxhighlight lang="nix">
<syntaxhighlight lang="nix">
  programs.gpu-screen-recorder.enable = true; # For promptless recording on both CLI and GUI
   environment.systemPackages = with pkgs; [
   environment.systemPackages = with pkgs; [
    gpu-screen-recorder # CLI
     gpu-screen-recorder-gtk # GUI app
     gpu-screen-recorder-gtk # GUI
   ];
   ];
</syntaxhighlight>
</syntaxhighlight>
Line 46: Line 47:
}
}
</syntaxhighlight>
</syntaxhighlight>
[[Category:Applications]]