thisismy-github / instant-replay-suite

A suite of tools for formatting and editing clips saved with Geforce Experience's "Instant Replay" feature (ShadowPlay), using Python and FFmpeg.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Instant Replay Suite Latest Release Download Count Stars

A suite of tools for formatting and editing Instant Replay clips, both in-game and out.

Screenshot #1

Core Features

Trimming

Use customizable hotkeys to instantly trim clips to any length you choose (defaults to Alt + 1-9 for 10-90 seconds), or enter the length yourself using your number keys (defaults to Alt + 0). Requires FFmpeg.

Splicing

Prematurely saved a clip? Instantly concatenate the last two clips together (defaults to Alt + C). Requires FFmpeg.

Merge System/Microphone Tracks

Merge your system and microphone audio tracks together if you have "Separate both tracks" enabled in ShadowPlay (defaults to Alt + M). Requires FFmpeg.

Backups/Undo

Undo your last edit using backups of your most recently edited clips (defaults to Alt + U). Access your backups anytime with a folder structure that mimics your videos folder.

Automatically Rename Clips

Rename clips as they're saved using a highly customizable naming format. Allows you to set aliases for games while renaming, e.g. "Left 4 Dead 2" becomes "L4D2". A handful of common aliases are included by default.

System Tray Icon

A highly customizable tray menu that can be accessed at any time that offers all of the same features listed above. Edit, play, and explore any of your recent clips (not just the latest one!), while getting to see key information about each clip. Offers customizable left-click and middle-click actions.

Other features

Auto-updates

GitHub will be checked for a new release every time you launch Instant Replay Suite. If you're using the compiled release, you'll have the option to automatically download/install the update straight from GitHub.

Audio Alerts

Plays (yes, customizable) .WAV files in real-time to give you audible feedback for various actions being taken, even while in-game.

Retroactively Add Existing Clips

On first launch, you'll have the option to add all existing clips in your video folder. This includes renaming any clips using ShadowPlay's naming format to match your desired format.

Anti-Cheat Safe

Instant Replay Suite does not simulate any keyboard inputs. It only reads them, making it safe to use online. The cost is that you have to manually save clips yourself and then use separate hotkeys to edit them, but this in turn allows you to save clips and worry about editing them later.

Contributing/Compiling

See the executable folder for details on how to compile (it's REALLY easy).

  • If you're new to contributing in general, you can use this guide.
  • Follow the seven rules of a great commit message.
  • Try to match the style of the code surrounding your addition. Don't let your code stick out like a sore thumb.
  • Code should be as self-documenting as possible, but comments, docstrings, and type-hints are welcome.
  • configparsebetter.py is off-limits (part of a separate project).
  • Avoid introducing new, heavy dependencies where possible.
  • Avoid relative paths (use CWD for the root folder and pjoin() for creating paths).
  • Be mindful of REPOSITORY_URL when making commits if you change it while testing.

About

A suite of tools for formatting and editing clips saved with Geforce Experience's "Instant Replay" feature (ShadowPlay), using Python and FFmpeg.

License:GNU General Public License v2.0


Languages

Language:Python 100.0%