mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
Update client/ayon_core/lib/transcoding.py
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
This commit is contained in:
parent
11ecc69b35
commit
af901213a2
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