mirror of
https://github.com/heygen-com/hyperframes.git
synced 2026-09-01 19:42:03 +00:00
A video with exactly one keyframe has a GOP spanning the entire file — the worst case for the seek-accuracy warning. The < 2 early return swallowed it silently. Split the check: zero keyframes (still images) stay non-problematic; one keyframe probes the stream duration and treats it as the effective interval, flagging isProblematic when duration > 2s. Fixes #3460