
    i                         d dl mZmZ ddZy)    )apply_to_audioapply_to_maskNc                     |rd| j                   z  |z  | j                  fdddg      }| j                   !|j                  d| j                   z  z        }|S )a(  
    Returns a clip playing the current clip but at a speed multiplied
    by ``factor``. Instead of factor one can indicate the desired
    ``final_duration`` of the clip, and the factor will be automatically
    computed.
    The same effect is applied to the clip's audio and mask if any.
    g      ?c                     | z  S )N )tfactors    U/var/www/html/eduruby.in/venv/lib/python3.12/site-packages/moviepy/video/fx/speedx.py<lambda>zspeedx.<locals>.<lambda>   s    VaZ     maskaudio)apply_to)durationfl_timeset_duration)clipr	   final_durationnewclips    `  r
   speedxr      s`     dmm#n4ll/67:KlLG}} &&sT]]':V'CDNr   )NN)moviepy.decoratorsr   r   r   r   r   r
   <module>r      s    <r   