Skip to content

neat little script and service to start, stop and save a replay using gpu-screen-recorder

License

Notifications You must be signed in to change notification settings

lainefox/gpu-replay

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GPU Replay

Installation

  1. Install gpu-screen-recorder from your distro's package manager
  2. git clone this repo and navigate into the folder
    git clone https://github.com/lainefox/gpu-replay && cd gpu-replay
  3. Copy gpu-replay to /usr/local/bin
    cp gpu-replay /usr/local/bin/
  4. Copy gpu-replay.service to ~/.config/systemd/user
    cp gpu-replay.service ~/.config/systemd/user/
  5. (Optional) If you want the service to start with the system run
    systemctl --user enable gpu-replay

Usage

Starting gpu-replay

Start the SystemD service

systemctl --user start gpu-replay

OR

Run the script with the start argument (the script will take over the shell you are running it in)

gpu-replay start

Saving a replay

Run the script with the save argument

gpu-replay save

Stopping gpu-replay

Stop the SystemD service

systemctl --user stop gpu-replay

OR

Run the script with the start argument in a shell

gpu-replay stop

About

neat little script and service to start, stop and save a replay using gpu-screen-recorder

Topics

Resources

License

Stars

Watchers

Forks

Languages