typo fix
This commit is contained in:
@@ -1307,10 +1307,7 @@ class World:
|
|||||||
ffmpeg_args_print.append(
|
ffmpeg_args_print.append(
|
||||||
arg.format(
|
arg.format(
|
||||||
input=shlex.quote(src_name_print),
|
input=shlex.quote(src_name_print),
|
||||||
output=shlex.quote(
|
output=shlex.quote(f"{tgt_name_print}.trim.{from_str}-{to_str}"),
|
||||||
f"{tgt_name_print}.trim.{
|
|
||||||
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