Skip to content

Commit

Permalink
Добавлено: GPU Screen Recorder
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegShchavelev committed Mar 18, 2024
1 parent 74d5182 commit b968e88
Show file tree
Hide file tree
Showing 4 changed files with 57 additions and 1 deletion.
1 change: 1 addition & 0 deletions _data/navigations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ export const docs = [
{ text: 'Git', link: '/git' },
{ text: 'GitHub Desktop', link: '/github-desktop' },
{ text: 'Google Chrome', link: '/google-chrome' },
{ text: 'GPU Screen Recorder', link: '/gpu-screen-recorder' },
{ text: 'Helvum', link: '/helvum' },
{ text: 'Kooha', link: '/kooha' },
{ text: 'Krita', link: '/krita' },
Expand Down
56 changes: 56 additions & 0 deletions docs/apps/gpu-screen-recorder.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
---
title: GPU Screen Recorder
nameRepo: gpu-screen-recorder
appstreamRepo: com.dec05eba.gpu_screen_recorder
appstreamFlatpak: com.dec05eba.gpu_screen_recorder
metainfo:
thumb:
src: /gpu-screen-recorder/com.dec05eba.gpu_screen_recorder.png
title: GPU Screen Recorder
summary: Самый быстрый экранный рекордер для Linux
site:
url: https://git.dec05eba.com/gpu-screen-recorder/about/
anchor: git.dec05eba.com
licence:
url: https://choosealicense.com/licenses/gpl-3.0/
anchor: GNU GPLv3
issue:
url: https://git.dec05eba.com/?p=about
anchor: git.dec05eba.com
---

# GPU Screen Recorder

GPU Screen Recorder — программа для записи экрана, при записи экрана оказывает минимальное влияние на производительность системы, поскольку записывает монитор только с помощью графического процессора, аналогично shadowplay в Windows. Это самый быстрый инструмент для записи экрана в Linux. Экранный рекордер работает как в оконном интерфейсе X11, так и в Wayland.

## Установка из репозитория

**GPU Screen Recorder** можно установить любым привычным и удобным способом:

<!--@include: ./parts/install/software-repo.md-->

**Установка через терминал**

::: code-group

```shell[apt-get]
su -
apt-get update
apt-get install gpu-screen-recorder
```
```shell[epm]
epm -i gpu-screen-recorder
```
:::

## Установка c помощью Flatpak

При наличии пакета [Flatpak](/flatpak), можно установить **GPU Screen Recorder** одной командой:

```shell
flatpak install flathub com.dec05eba.gpu_screen_recorder
```

<!--@include: ./parts/install/software-flatpak.md-->


1 change: 0 additions & 1 deletion docs/apps/helvum.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ metainfo:
issue:
url: https://gitlab.freedesktop.org/pipewire/helvum/-/issues
anchor: gitlab.freedesktop.org

---

# Helvum
Expand Down
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b968e88

Please sign in to comment.