Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Setsugennoao committed Aug 4, 2024
1 parent fae7796 commit 5875521
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vsdeinterlace/funcs.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ def __call__(self, bobbed_clip: vs.VideoNode, pattern: int, **mv_args: Any) -> v
pos = []
assumefps = 0

interlaced = self in (telop_resample.VID_24t_TXT_60i, telop_resample.VID_24d_TXT_60i)
decimate = self is telop_resample.VID_24d_TXT_60i
interlaced = self in (telop_resample.TXT60i_on_24telecined, telop_resample.TXT60i_on_24duped)
decimate = self is telop_resample.TXT60i_on_24duped

cycle = 10 // (1 + interlaced)

Expand Down

0 comments on commit 5875521

Please sign in to comment.