MoviePy Logo
1
  • Download and Installation
  • Getting started with MoviePy
  • Gallery
  • Example Scripts
  • Moviepy Docker
  • So you want to install OpenCV 2.4.6 ?
  • FAQ and troubleshooting
  • Advanced tools
  • Reference Manual
    • Clip
    • Classes of Video Clips
    • AudioClip
    • moviepy.video.fx (vfx)
      • moviepy.video.fx.all.accel_decel
      • moviepy.video.fx.all.blackwhite
      • moviepy.video.fx.all.blink
      • moviepy.video.fx.all.colorx
      • moviepy.video.fx.all.crop
      • moviepy.video.fx.all.even_size
      • moviepy.video.fx.all.fadein
      • moviepy.video.fx.all.fadeout
      • moviepy.video.fx.all.freeze
      • moviepy.video.fx.all.freeze_region
      • moviepy.video.fx.all.gamma_corr
      • moviepy.video.fx.all.headblur
      • moviepy.video.fx.all.invert_colors
      • moviepy.video.fx.all.loop
      • moviepy.video.fx.all.lum_contrast
      • moviepy.video.fx.all.make_loopable
      • moviepy.video.fx.all.margin
      • moviepy.video.fx.all.mask_and
      • moviepy.video.fx.all.mask_color
      • moviepy.video.fx.all.mask_or
      • moviepy.video.fx.all.mirror_x
      • moviepy.video.fx.all.mirror_y
      • moviepy.video.fx.all.painting
      • moviepy.video.fx.all.resize
      • moviepy.video.fx.all.rotate
      • moviepy.video.fx.all.scroll
      • moviepy.video.fx.all.speedx
      • moviepy.video.fx.all.supersample
      • moviepy.video.fx.all.time_mirror
      • moviepy.video.fx.all.time_symmetrize
    • audio.fx
    • video.tools
    • audio.tools
    • FFMPEG tools
    • Decorators
    • Organization of MoviePy’s code
MoviePy
  • Docs »
  • Reference Manual »
  • moviepy.video.fx (vfx) »
  • moviepy.video.fx.all.blink
  • View page source

moviepy.video.fx.all.blink¶

moviepy.video.fx.all.blink(clip, d_on, d_off)[source]¶

Makes the clip blink. At each blink it will be displayed d_on seconds and disappear d_off seconds. Will only work in composite clips.

Next Previous

© Copyright 2017, Zulko

Built with Sphinx using a theme provided by Read the Docs.