Fix ffmpeg trimmer

This commit is contained in:
nexy7574 2023-09-09 22:14:23 +01:00
parent cb3812a345
commit 645fc65613

View file

@ -1012,7 +1012,7 @@ class OtherCog(commands.Cog):
"-i",
str(bak),
"-ss",
"%d:%d:%d" % map(round, (hours, minutes, seconds)),
"{!s}:{!s}:{!s}".format(*map(round, (hours, minutes, seconds))),
# "-c",
# "copy",
"-y",