mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
comment out subimage
This commit is contained in:
parent
f437ce7c98
commit
560f327de1
1 changed files with 6 additions and 5 deletions
|
|
@ -524,10 +524,10 @@ def convert_for_ffmpeg(
|
|||
input_arg, first_input_path,
|
||||
# Tell oiiotool which channels should be put to top stack (and output)
|
||||
"--ch", channels_arg,
|
||||
# WARNING: This is commented out because ffmpeg won't be able to
|
||||
# render proper output when only one subimage is outputed with oiio
|
||||
# Use first subimage
|
||||
# TODO we should look for all subimages and try (somehow) find the
|
||||
# best candidate for output
|
||||
"--subimage", "0"
|
||||
# "--subimage", "0"
|
||||
])
|
||||
|
||||
# Add frame definitions to arguments
|
||||
|
|
@ -671,9 +671,10 @@ def convert_input_paths_for_ffmpeg(
|
|||
# Tell oiiotool which channels should be put to top stack
|
||||
# (and output)
|
||||
"--ch", channels_arg,
|
||||
# WARNING: This is commented out because ffmpeg won't be able to
|
||||
# render proper output when only one subimage is outputed with oiio
|
||||
# Use first subimage
|
||||
# TODO we should look for all subimages and try (somehow) find the
|
||||
"--subimage", "0"
|
||||
# "--subimage", "0"
|
||||
])
|
||||
|
||||
for attr_name, attr_value in input_info["attribs"].items():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue