"Replay Your Gaming Moments: Installing ReplaySorcery on Ubuntu-based Distributions"

Subscribers:
12,500
Published on ● Video Link: https://www.youtube.com/watch?v=bM9xiXKZwtc



Category:
Let's Play
Duration: 3:28
2,771 views
74


In this video I cover how to install ReplaySorcery, an open-source install-replay solution for Linux, on Ubuntu based distributions.

https://github.com/matanui159/ReplaySorcery#replaysorcery

Step 1. Install ReplaySorcery.

https://github.com/matanui159/ReplaySorcery#installing

First install, the following dependencies through a Terminal window.

sudo apt install git cmake ffmpeg libx11-xcb-dev libavutil-dev libavformat-dev libavdevice-dev libavcodec-dev libavfilter-dev libdrm-dev libpulse-dev libsimde-dev

Next, clone the project Github repository using the below command.

https://github.com/matanui159/ReplaySorcery

Close the current Terminal window and open a new one inside the ReplaySorcery folder in your home directory.

From here, run the following in sequence.

git submodule update --init
cmake -B bin -DCMAKE_BUILD_TYPE=Release
make -C bin
sudo make -C bin install

Once the installation process is complete, start the ReplayService with the following command.

systemctl --user enable --now replay-sorcery

Step 2. Using ReplaySorcery.

https://github.com/matanui159/ReplaySorcery#configuration

ReplaySorcery is configured using conf files but if you want a GUI option, then install GOverlay.

https://github.com/benjamimgois/goverlay#ubuntu

Once you have set up your capture options, save the changes, but restart the ReplaySorcery service after doing so.

Now when you activate the key combination, you will have a saved video file in your home directory of the last 30 seconds of activity.

#replaysorcery #linux #ubuntu




Other Videos By Intelligent Gaming


2021-09-08"How To Suspend Games and Application On Linux - Step-by-Step Tutorial"
2021-09-03"My Linux Journey" Podcast Episode 11: I Use Opensuse BTW
2021-09-02"Step-by-Step Guide: Installing, Using, and Integrating App Images on Linux"
2021-09-01"Install and Play League of Legends on Linux - Easy Guide"
2021-08-29"Linux-TKG Custom Kernel: Step-by-Step Installation and Usage Guide"
2021-08-24"Installing and Using Microsoft OneDrive on Linux - Complete Tutorial"
2021-08-19"Top Linux Gaming Resources: Your Go-To Troubleshooting Guides Locations"
2021-08-14"AMD FidelityFX Super Resolution (FSR) on Linux: Installation and Usage Guide"
2021-08-11"Steam Deck Unveiled: First Impressions and Key Issues Valve Needs to Address"
2021-08-05"Linux Gaming: Installing and Utilizing Proton-GE on Linux - Comprehensive Tutorial"
2021-08-03"Replay Your Gaming Moments: Installing ReplaySorcery on Ubuntu-based Distributions"
2021-07-28"My Linux Journey" Podcast Episode 10: The Steam Deck
2021-07-25"My Linux Journey" Podcast Episode 9: How To Increase Linux Market Share
2021-07-15"My Linux Journey" Podcast Episode 8: Year of the Linux Desktop
2021-07-13"Installing and Utilizing Lutris Wine-GE Builds in Lutris - Step-by-Step Guide"
2021-07-05"My Linux Journey" Podcast Episode 7: Professional Photography On Linux
2021-06-24How To Install MangoHUD, vkBasalt & Goverlay On Ubuntu
2021-06-18How To Change from One Ubuntu Flavour to Another
2021-06-16How To Set Up Ubuntu For Gaming
2021-06-14"My Linux Journey" Podcast Episode 6: Nvidia DLSS On Linux
2021-05-31How To Automatically Mount Partitions or Hard Drives in Linux



Tags:
replaysorcery
linux
instant-replay
nvidia shadowplay
alternative
open-source
ubuntu
terminal
github
repository
goverlay