another bug
This commit is contained in:
@@ -1315,8 +1315,7 @@ class World:
|
|||||||
ffmpeg_args.append(
|
ffmpeg_args.append(
|
||||||
arg.format(
|
arg.format(
|
||||||
input=self.opts.video,
|
input=self.opts.video,
|
||||||
output=f"{os.path.splitext(self.opts.video)[0]}.trim.{
|
output=f"{os.path.splitext(self.opts.video)[0]}.trim.{from_str}-{to_str}",
|
||||||
from_str}-{to_str}",
|
|
||||||
start_time=from_ft,
|
start_time=from_ft,
|
||||||
end_time=to_ft,
|
end_time=to_ft,
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user