Skip to content

Conversation

@cndn
Copy link

@cndn cndn commented Jan 3, 2026

Summary

  • Add RIFE (Real-Time Intermediate Flow Estimation) model for frame interpolation to double output frame rate
  • Integrate RIFE interpolation into the frame processing pipeline with optimized GPU processing
  • Add frontend toggle to enable/disable RIFE interpolation in settings panel
  • Display both original and interpolated FPS in status bar

Changes

  • New src/scope/core/rife/ module with RIFE model implementation
  • New src/scope/server/rife_interpolation.py for frame interpolation processing
  • Frontend settings toggle for RIFE enable/disable
  • Status bar shows original FPS and interpolated FPS metrics
  • WebRTC data channel support for FPS metrics

Test plan

  • Enable RIFE interpolation in settings panel
  • Test with different input resolutions
  • Verify toggle correctly enables/disables interpolation
  • Check that video output remains smooth without artifacts

🤖 Generated with Claude Code

cndn and others added 2 commits January 2, 2026 15:53
- Add RIFE (Real-Time Intermediate Flow Estimation) model for frame interpolation
- Integrate RIFE interpolation into frame processing pipeline
- Add frontend toggle to enable/disable RIFE interpolation
- Display original and interpolated FPS in status bar
- Add flownet.pkl weights for RIFE model

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
@cndn cndn changed the title Add RIFE frame interpolation for smoother video output [Draft] Add RIFE frame interpolation for smoother video output Jan 3, 2026
@cndn cndn changed the title [Draft] Add RIFE frame interpolation for smoother video output [Draft] Add RIFE frame interpolation to accelerate streaming video Jan 3, 2026
@cndn cndn marked this pull request as draft January 3, 2026 00:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant