All Projects → MAPReiff → Shadowreplay Linux

MAPReiff / Shadowreplay Linux

Licence: mit
Shadowplay's Replay Feature On Linux For Nvidia, AMD and Intel

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to Shadowreplay Linux

Anakin
High performance Cross-platform Inference-engine, you could run Anakin on x86-cpu,arm, nv-gpu, amd-gpu,bitmain and cambricon devices.
Stars: ✭ 488 (+517.72%)
Mutual labels:  nvidia, intel, amd
Coriander
Build NVIDIA® CUDA™ code for OpenCL™ 1.2 devices
Stars: ✭ 665 (+741.77%)
Mutual labels:  nvidia, intel, amd
Waifu2x Ncnn Vulkan
waifu2x converter ncnn version, runs fast on intel / amd / nvidia GPU with vulkan
Stars: ✭ 1,258 (+1492.41%)
Mutual labels:  nvidia, intel, amd
Realsr Ncnn Vulkan
RealSR super resolution implemented with ncnn library
Stars: ✭ 357 (+351.9%)
Mutual labels:  nvidia, intel, amd
Inventory Hunter
⚡️ Get notified as soon as your next CPU, GPU, or game console is in stock
Stars: ✭ 778 (+884.81%)
Mutual labels:  nvidia, intel, amd
Ocl
OpenCL for Rust
Stars: ✭ 453 (+473.42%)
Mutual labels:  nvidia, intel, amd
Staxrip
StaxRip is a video encoding app for Windows with a unrivaled feature set and usability.
Stars: ✭ 629 (+696.2%)
Mutual labels:  nvidia, intel, amd
Ilgpu
ILGPU JIT Compiler for high-performance .Net GPU programs
Stars: ✭ 374 (+373.42%)
Mutual labels:  nvidia, intel, amd
Autodesk-Fusion-360-for-Linux
This is a project, where I give you a way to use Autodesk Fusion 360 on Linux!
Stars: ✭ 810 (+925.32%)
Mutual labels:  amd, intel, nvidia
nix-install-vendor-gl
Ensure that a system-compatible OpenGL driver is available for `nix-shell`-encapsulated programs.
Stars: ✭ 22 (-72.15%)
Mutual labels:  amd, intel, nvidia
Srmd Ncnn Vulkan
SRMD super resolution implemented with ncnn library
Stars: ✭ 186 (+135.44%)
Mutual labels:  nvidia, intel, amd
Parenchyma
An extensible HPC framework for CUDA, OpenCL and native CPU.
Stars: ✭ 71 (-10.13%)
Mutual labels:  nvidia, intel, amd
darknet
Darknet on OpenCL Convolutional Neural Networks on OpenCL on Intel & NVidia & AMD & Mali GPUs for macOS & GNU/Linux
Stars: ✭ 160 (+102.53%)
Mutual labels:  amd, intel, nvidia
gpu-passthrough
A GPU passthrough tutorial using libvirt and KVM on GNU/Linux
Stars: ✭ 57 (-27.85%)
Mutual labels:  amd, intel, nvidia
Set Egpu
Display-agnostic acceleration of macOS applications using external GPUs.
Stars: ✭ 429 (+443.04%)
Mutual labels:  nvidia, amd
Clojurecl
ClojureCL is a Clojure library for parallel computations with OpenCL.
Stars: ✭ 266 (+236.71%)
Mutual labels:  nvidia, intel
Mate Optimus
NVIDIA Optimus GPU switcher
Stars: ✭ 70 (-11.39%)
Mutual labels:  nvidia, intel
gpustats
Statistics on GPUs
Stars: ✭ 21 (-73.42%)
Mutual labels:  amd, nvidia
Nbminer
NVIDIA & AMD GPU Miner for ETH, RVN, GRIN, BEAM, CFX, AE, SERO
Stars: ✭ 568 (+618.99%)
Mutual labels:  nvidia, amd
Hidden Miner Builder
Hidden miner builder
Stars: ✭ 58 (-26.58%)
Mutual labels:  nvidia, amd

ShadowRePlay

Recreates Shadowplay's replay feature on Linux

  • compatible with Nvidia (nvenc), AMD (vaapi,amf/vce), Intel (quicksync) GPUs, as well as libx264.

Prerequisites

  • Have FFMPEG installed

  • sudo pacman -S ffmpeg

  • Have Xbindkeys installed

  • sudo pacman -S xbindkeys

  • Have libnotify installed

  • sudo pacman -S libnotify

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.

  • For instructions on how to bind keys, check here

  • Consider making another bind for killing ShadowRePlay. (See below)

  • Bind a key to the command killall --user $USER --ignore-case --signal SIGTERM ffmpeg so it looks something like this:

# make F9 save ShadowRePlay replay

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

F9

  

# make F10 kill ShadowRePlay

killall -s1 ffmpeg

F10

  • Start xbindkeys with xbindkeys -f ~/.xbindkeysrc, or reload it with killall -s1 xbindkeys if it's already running, for the new bind to take effect.

Usage

  • Run shadowreplay in a terminal

  • Press your configured hotkey to save the replay.

TODO

  • More flexible audio input support

  • Ability to downscale video output during recording

  • Dynamic video buffer size allocation based on resolution and FPS

Notes

Heavily inspired by Toqozz's script.

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].