MAPReiff / ShadowRePlay-Linux

Shadowplay's Replay Feature On Linux For Nvidia, AMD and Intel
MIT License
138 stars 7 forks source link
amd amf gaming intel linux nvenc nvidia qsv replay shadowplay vaapi vce

ShadowRePlay

Recreates Shadowplay's replay feature on Linux

Prerequisites

Installation

If you are using an Arch-based Linux distribution, shadowreplay is in the AUR, so you can install it using your preferred AUR helper.

Its package name is shadowreplay-git.

If you are on a Debian-based distro like Ubuntu or anything else, shadowreplay can be installed by running the install file after cloning this repo.

This will install the required dependencies on Arch and install the systemd user service.

Configuration

Variables specific to your desired setup can be found in the example_config which is installed to $HOME/.config/shadowreplay

Setup

Keybind Setup

First, configure the key (or key combo) you want to use in order to save your replays.


# make F9 save ShadowRePlay replay

"killall --user $USER --ignore-case --signal SIGTERM ffmpeg"
F9

# make F10 kill ShadowRePlay

"killall -s1 ffmpeg"
F10

Usage

TODO

Notes

Heavily inspired by Toqozz's script.

Thank you Tyler for answering my stupid questions while making this.