You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix false telecine detection on VHS tapes, bump version to 0.7.1
Scan type detection was misclassifying interlaced PAL VHS content as hard
telecine because any single repeated field (repeatedFields > 0) triggered
telecine. VHS tapes produce stray repeated fields from tracking instability,
especially at the start. Now requires >= 15% repeated fields ratio, matching
real 3:2 pulldown (~40%) while filtering out VHS noise. Also skips the first
2s of longer videos to avoid unstable VHS leader sections.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments