forked from mia/Aegisub
vapoursynth: Remove old and incorrect docstring sentence
This commit is contained in:
parent
b2ee8ac036
commit
41ef3fa56a
1 changed files with 0 additions and 1 deletions
|
@ -172,7 +172,6 @@ def make_keyframes(clip: vs.VideoNode, use_scxvid: bool = False,
|
||||||
**kwargs: Any) -> List[int]:
|
**kwargs: Any) -> List[int]:
|
||||||
"""
|
"""
|
||||||
Generates a list of keyframes from a clip, using either WWXD or Scxvid.
|
Generates a list of keyframes from a clip, using either WWXD or Scxvid.
|
||||||
Will be slightly more efficient with the `akarin` plugin installed.
|
|
||||||
|
|
||||||
:param clip: Clip to process.
|
:param clip: Clip to process.
|
||||||
:param use_scxvid: Whether to use Scxvid. If False, the function uses WWXD.
|
:param use_scxvid: Whether to use Scxvid. If False, the function uses WWXD.
|
||||||
|
|
Loading…
Reference in a new issue