generic ¶
Type Aliases:
-
AudioNodeIterable– -
HoldsNumpyFormat–Numpy types from which a VideoFormat can be retrieved.
-
MissingT– -
RawNodeIterable– -
VideoNodeIterable–
Classes:
Attributes:
-
GenericVSFunction– -
HoldsPropValue–Types that can hold a vs.FrameProps.
-
HoldsVideoFormat–Types from which a clear VideoFormat can be retrieved.
-
VSFunction–Function that takes a VideoNode as its first argument and returns a VideoNode.
-
VideoFormatLike–Types representing a clear VideoFormat.
HoldsPropValue module-attribute ¶
HoldsPropValue = (
vs.FrameProps
| vs.VideoFrame
| vs.AudioFrame
| vs.VideoNode
| vs.AudioNode
| Mapping[str, Any]
)
Types that can hold a vs.FrameProps.
HoldsVideoFormat module-attribute ¶
Types from which a clear VideoFormat can be retrieved.
VSFunction module-attribute ¶
VSFunction = (
VSFunctionNoArgs | VSFunctionArgs | VSFunctionKwArgs | VSFunctionAllArgs
)
Function that takes a VideoNode as its first argument and returns a VideoNode.
VideoFormatLike module-attribute ¶
Types representing a clear VideoFormat.
HoldsNumpyFormat ¶
HoldsNumpyFormat = NDArray[Any] | DTypeLike
Numpy types from which a VideoFormat can be retrieved.