another bug

This commit is contained in:
q
2025-09-23 14:59:54 +03:00
parent 000822e8c8
commit 758ad12629

View File

@@ -1315,8 +1315,7 @@ class World:
ffmpeg_args.append(
arg.format(
input=self.opts.video,
output=f"{os.path.splitext(self.opts.video)[0]}.trim.{
from_str}-{to_str}",
output=f"{os.path.splitext(self.opts.video)[0]}.trim.{from_str}-{to_str}",
start_time=from_ft,
end_time=to_ft,
)