Files
hyperframes/packages
rajanpanth 990819f6e9 fix(engine): treat a single keyframe as the worst sparse-keyframe case
analyzeKeyframeIntervalsUncached returned isProblematic: false whenever
a video had fewer than two keyframes. A video with exactly one keyframe
is the worst case for the failure the check exists to catch: every seek
past 0 lands inside a single GOP spanning the whole file, twice as bad
as the 5s-interval case the compiler already warns about.

The single-keyframe interval is now the video stream's own duration,
not the container's, since the two can disagree, and is flagged past
the same 2s threshold as the multi-keyframe path. Zero keyframes (still
images, failed probes) keeps the prior not-problematic result.
2026-08-28 18:13:56 +05:45
..
2026-08-28 00:35:58 +00:00
2026-08-28 00:35:58 +00:00
2026-08-28 00:35:58 +00:00
2026-08-28 00:35:58 +00:00
2026-08-28 00:35:58 +00:00
2026-08-28 00:35:58 +00:00
2026-08-28 00:35:58 +00:00
2026-08-28 00:35:58 +00:00
2026-08-28 00:35:58 +00:00
2026-08-28 00:35:58 +00:00
2026-08-28 00:35:58 +00:00