Skip to content

Add Kill Clips plugin#11494

Open
csvernon wants to merge 6 commits intorunelite:masterfrom
csvernon:kill-clips
Open

Add Kill Clips plugin#11494
csvernon wants to merge 6 commits intorunelite:masterfrom
csvernon:kill-clips

Conversation

@csvernon
Copy link
Copy Markdown
Contributor

@csvernon csvernon commented Apr 14, 2026

Kill Clips

Automatically records PvP kills and deaths as video clips.

Features:

  • Records kills (players you fight who die) and your own deaths
  • Combat tracking ensures only fights you're involved in are recorded
  • Optional auto-upload to Streamable.com
  • Sidebar panel with clickable links to recent uploads
  • Configurable resolution (480p/720p/1080p), FPS (15/20/25/30), duration (10-60s)
  • Sensitive content protection (login screens, bank PIN blurred)

Requires: GPU plugin enabled

Repository: https://github.com/csvernon/killClips

@runelite-github-app
Copy link
Copy Markdown

runelite-github-app bot commented Apr 14, 2026

@csvernon csvernon requested a review from a team as a code owner April 14, 2026 06:20
@runelite-github-app
Copy link
Copy Markdown

runelite-github-app bot commented Apr 14, 2026

This plugin requires a review from a Plugin Hub maintainer. The reviewer will request any additional changes if needed.


Internal use only: Reviewer details Maintainer details

@riktenx
Copy link
Copy Markdown
Member

riktenx commented Apr 14, 2026

The new dependency here basically means that this submission will never be reviewed, as there is nobody around with the time to review new dependencies these days.

@csvernon
Copy link
Copy Markdown
Contributor Author

The new dependency here basically means that this submission will never be reviewed, as there is nobody around with the time to review new dependencies these days.

Would it be any better if I reduce JCodec down to 40~50 essential classes directly in my plugin source?

@raiyni
Copy link
Copy Markdown
Member

raiyni commented Apr 14, 2026

it would be better to use OBS clips

@csvernon
Copy link
Copy Markdown
Contributor Author

it would be better to use OBS clips

I've used OBS for years, it's easy to forget to turn it on, even with replay buffer. Not to mention that OBS for me picks the wrong monitor to record half the time.

@riktenx
Copy link
Copy Markdown
Member

riktenx commented Apr 14, 2026

The new dependency here basically means that this submission will never be reviewed, as there is nobody around with the time to review new dependencies these days.

Would it be any better if I reduce JCodec down to 40~50 essential classes directly in my plugin source?

no

@csvernon
Copy link
Copy Markdown
Contributor Author

The new dependency here basically means that this submission will never be reviewed, as there is nobody around with the time to review new dependencies these days.

Would it be any better if I reduce JCodec down to 40~50 essential classes directly in my plugin source?

no

Alright JCodec removed

The kill-clips plugin no longer depends on jcodec for H.264 encoding;
it now ships only the in-tree MJPEG AVI encoder. Drops the jcodec
entries from build.gradle and verification-metadata.xml, and updates
the pinned plugin commit.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants