mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
Use correct variable
This commit is contained in:
parent
e8a0c69cf2
commit
0aa0673b57
1 changed files with 1 additions and 1 deletions
|
|
@ -640,7 +640,7 @@ def convert_input_paths_for_ffmpeg(
|
|||
frames = _input.format("{head}#{tail}").replace(" ", "")
|
||||
oiio_cmd.extend([
|
||||
"--framepadding", _input.padding,
|
||||
"--frames", _input.format("{ranges}"),
|
||||
"--frames", frames,
|
||||
"--parallel-frames"
|
||||
])
|
||||
_input: str = _input.format("{head}#{tail}")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue