mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Update client/ayon_core/plugins/publish/extract_otio_review.py
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
This commit is contained in:
parent
677e3925c1
commit
f8ab13dd2a
1 changed files with 2 additions and 1 deletions
|
|
@ -527,7 +527,8 @@ class ExtractOTIOReview(
|
|||
and self.output_ext == input_extension
|
||||
):
|
||||
if input_extension.lower() in [
|
||||
'.png', '.tif', '.tiff', '.dpx', '.exr']:
|
||||
".png", ".tif", ".tiff", ".dpx", ".exr"
|
||||
]:
|
||||
command.extend(["-c", "copy"])
|
||||
else:
|
||||
# For lossy formats, force re-encode
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue