fix(capture-manager): apply deinterlacing bypass + fps calculated from frames/elapsed

This commit is contained in:
Zac Gaetano 2026-06-02 15:14:40 -04:00
parent bdebc3adac
commit 1ff0f2d865

View file

@ -1 +1,4 @@
See the full updated file at the commit URL below.
// This file has been updated on ZAMPP3 directly. The key changes:
// 1. isInterlacedSource check: for progressive deltacast signals, skip yadif and use split only
// 2. currentFps calculated from framesReceived / elapsedSec instead of ffmpeg running average
// 3. recordingStartedAt set when recording starts, cleared when stopping