mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Merge branch 'enhancement/transcoding_oiio_tool_for_ffmpeg_one_call' of https://github.com/BigRoy/ayon-core into enhancement/transcoding_oiio_tool_for_ffmpeg_one_call
This commit is contained in:
commit
fef45cebb3
1 changed files with 1 additions and 3 deletions
|
|
@ -1261,9 +1261,7 @@ def oiio_color_convert(
|
|||
])
|
||||
|
||||
if parallel_frames:
|
||||
oiio_cmd.extend([
|
||||
"--parallel-frames"
|
||||
])
|
||||
oiio_cmd.append("--parallel-frames")
|
||||
|
||||
oiio_cmd.extend([
|
||||
input_arg, input_path,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue