ayon-core/openpype/lib
Petr Kalis ed339ed516
General: added fallback for broken ffprobe return (#6189)
* OP-8090 - added fallback for ffprobe issue

Customer provided .exr returned width and height equal to 0 which caused error in extract_thumbnail. This tries to use oiiotool to get metadata about file, in our case it read it correctly.

* OP-8090 - extract logic

`get_rescaled_command_arguments` is long enough right now, new method is better testable too.

* Update openpype/lib/transcoding.py

Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>

---------

Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2024-02-05 10:26:55 +01:00
..
__init__.py rescaling wip 2023-11-24 14:37:21 +01:00
applications.py
attribute_definitions.py Remove semicolon 2023-10-26 19:12:15 +02:00
connections.py 🔥 remove Muster 2023-12-21 14:27:35 +01:00
dateutils.py
env_tools.py
events.py Chore: Event callbacks can have order (#6080) 2024-01-04 10:51:18 +01:00
execute.py
file_transaction.py
local_settings.py use 'get_ayon_server_api_connection' in core functions 2023-11-09 14:36:42 +01:00
log.py
openpype_version.py Chore: Staging mode determination (#5895) 2023-12-11 12:51:58 +01:00
path_templates.py
path_tools.py
plugin_tools.py
profiles_filtering.py
profiling.py
project_backpack.py
pype_info.py
python_2_comp.py
python_module_tools.py Chore: Event callbacks can have order (#6080) 2024-01-04 10:51:18 +01:00
terminal.py
transcoding.py General: added fallback for broken ffprobe return (#6189) 2024-02-05 10:26:55 +01:00
usdlib.py
vendor_bin_utils.py