From 758ad12629870d6e0bfc055ae284a4b36388b0d1 Mon Sep 17 00:00:00 2001 From: q Date: Tue, 23 Sep 2025 14:59:54 +0300 Subject: [PATCH] another bug --- tsmark/video_annotator.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tsmark/video_annotator.py b/tsmark/video_annotator.py index c89bd16..739ed1a 100755 --- a/tsmark/video_annotator.py +++ b/tsmark/video_annotator.py @@ -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, )