Skip to content

Commit

Permalink
telop_resample: Add basic docstring (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
emotion3459 authored Sep 8, 2024
1 parent 12d457c commit 8040afa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions vsdeinterlace/funcs.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ class telop_resample(CustomIntEnum):

def __call__(self, bobbed_clip: vs.VideoNode, pattern: int, **mv_args: Any) -> vs.VideoNode:
"""
Virtually oversamples the video to 120 fps with motion interpolation on credits only, and decimates to 24 fps.
Requires manually specifying the 3:2 pulldown pattern (the clip must be split into parts if it changes).
:param bobbed_clip: Bobbed clip. Framerate must be 60000/1001.
:param pattern: First frame in the pattern.
:param mv_args: Arguments to pass on to MVTools, used for motion compensation.
Expand Down

0 comments on commit 8040afa

Please sign in to comment.