Skip re-encoding

This commit is contained in:
nexy7574 2023-09-09 22:54:52 +01:00
parent 86d992efa0
commit a7fe174ccb

View file

@ -1021,6 +1021,8 @@ class OtherCog(commands.Cog):
"-ss", "-ss",
"{!s}:{!s}:{!s}".format(*map(round, (hours, minutes, seconds))), "{!s}:{!s}:{!s}".format(*map(round, (hours, minutes, seconds))),
"-y", "-y",
"-c",
"copy",
str(file) str(file)
] ]
if end_timestamp is not None: if end_timestamp is not None: