another bug
This commit is contained in:
@@ -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,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user