U
    a¨+dZ  ã                   @   s@   d dl mZmZmZ d dlmZ ddlmZ eedd„ ƒƒZdS )é    )Úapply_to_audioÚapply_to_maskÚrequires_duration)Úconcatenate_videoclipsé   )Útime_mirrorc                 C   s   t | |  t¡gƒS )a  
    Returns a clip that plays the current clip once forwards and
    then once backwards. This is very practival to make video that
    loop well, e.g. to create animated GIFs.
    This effect is automatically applied to the clip's mask and audio
    if they exist.
    )r   Zfxr   )Zclip© r   úD/tmp/pip-unpacked-wheel-0yp4gafk/moviepy/video/fx/time_symmetrize.pyÚtime_symmetrize   s    
r
   N)Zmoviepy.decoratorsr   r   r   Z%moviepy.video.compositing.concatenater   r   r
   r   r   r   r	   Ú<module>   s
   