Skip to content

Commit

Permalink
Add back framerates
Browse files Browse the repository at this point in the history
  • Loading branch information
Setsugennoao committed Aug 4, 2024
1 parent adbebdd commit 5ba088c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions vsdeinterlace/funcs.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@


class telop_resample(CustomIntEnum):
TXT60i_on_telecined = 0
TXT60i_on_duped = 1
TXT30p_on_telecined = 2
TXT60i_on_24telecined = 0
TXT60i_on_24duped = 1
TXT30p_on_24telecined = 2

def __call__(self, bobbed_clip: vs.VideoNode, pattern: int, **mv_args: Any) -> vs.VideoNode:
"""
Expand Down

0 comments on commit 5ba088c

Please sign in to comment.