Files @ b42cb1ea1d20
Branch filter:

Location: light9/stubs/moviepy/video/fx/headblur.pyi

drewp@bigasterisk.com
rm - we don't do a kernel module anymore; just usb api
# Stubs for moviepy.video.fx.headblur (Python 3)
#
# NOTE: This dynamically typed stub was automatically generated by stubgen.

from typing import Any, Optional

headblur_possible: bool

def headblur(clip: Any, fx: Any, fy: Any, r_zone: Any, r_blur: Optional[Any] = ...): ...

doc: Any