Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jkolbly committed Oct 7, 2020
1 parent dc051f6 commit 22b47aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion moviepy/video/fx/freeze.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def freeze(clip, t=0, freeze_duration=None, total_duration=None, padding_end=0):
"""

if t == "end":
t = clip.duration - padding_end - 1
t = clip.duration - padding_end - 0.00001

if freeze_duration is None:
freeze_duration = total_duration - clip.duration
Expand Down

0 comments on commit 22b47aa

Please sign in to comment.