Skip to content

Conversation

derrod
Copy link
Member

@derrod derrod commented Aug 14, 2025

Description

Implements replay buffer using the Hybrid MP4/MOV muxer instead of FFmpeg.

Motivation and Context

  • Feature parity with FFmpeg output
  • Consistency between recording/replay buffer
  • New features!

This implements a second hotkey as often requested (e.g. on Fider) that will dump the contents of the buffer after saving so two replay buffers saved back to back do not contain the same content1

How Has This Been Tested?

Tested locally with both hotkeys and HEVC.

Types of changes

  • New feature (non-breaking change which adds functionality)

Checklist:

  • My code has been run through clang-format.
  • I have read the contributing document.
  • My code is not on the master branch.
  • The code has been tested.
  • All commit messages are properly formatted and commits squashed where appropriate.
  • I have included updates to all appropriate documentation.

Footnotes

  1. Currently saving is allowed on non-keyframes, and discarding only happens up until the last keyframe. So there can be a few seconds of overlap still.

@WizardCM WizardCM added the New Feature New feature or plugin label Aug 16, 2025
@derrod derrod force-pushed the hybrid-replay-buffer branch 2 times, most recently from be6d60f to 48b0224 Compare August 21, 2025 23:00
@derrod derrod marked this pull request as ready for review August 21, 2025 23:02
@derrod derrod force-pushed the hybrid-replay-buffer branch from 48b0224 to 9478073 Compare August 21, 2025 23:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
New Feature New feature or plugin
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants