mmguero / cleanvid

cleanvid is a little script to mute profanity in video files
BSD 3-Clause "New" or "Revised" License
57 stars 6 forks source link

Fix Missing Last Mute #35

Closed contagon closed 5 months ago

contagon commented 5 months ago

This should fix #32

Similar to how it was done with the subs variable, newTimestampPairs just needed an extra element at the end to work with pairwise. Tested on a file locally and this seems to have done the trick!

mmguero commented 5 months ago

Thank you!