Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
Devanaath authored Aug 11, 2023
1 parent 0e4bf6d commit 8021871
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion moviepy/video/fx/time_mirror.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ def time_mirror(self):
The clip must have its ``duration`` attribute set.
The same effect is applied to the clip's audio and mask if any.
"""
return self.fl_time(lambda t: self.duration - t - 1, keep_duration=True)
return self.fl_time(lambda t: self.duration - t, keep_duration=True)

0 comments on commit 8021871

Please sign in to comment.