mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +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
ffc76e639a
commit
5540e7923a
1 changed files with 3 additions and 3 deletions
|
|
@ -561,9 +561,9 @@ def convert_input_paths_for_ffmpeg(
|
|||
|
||||
if ext != ".exr":
|
||||
raise ValueError((
|
||||
"Function 'convert_input_paths_for_ffmpeg' currently only supports"
|
||||
" \".exr\" extension. Got \"{}\"."
|
||||
).format(ext))
|
||||
"Function 'convert_input_paths_for_ffmpeg' currently supports"
|
||||
f" only \".exr\" extension. Got \"{ext}\"."
|
||||
))
|
||||
|
||||
input_info = get_oiio_info_for_input(first_input_path, logger=logger)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue