mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
once both audio and video stream then audio is first
This commit is contained in:
parent
de270114a7
commit
c165eb24e6
1 changed files with 1 additions and 1 deletions
|
|
@ -878,7 +878,7 @@ def get_image_info_metadata(
|
|||
ffprobe_stream = get_ffprobe_data(path_to_file, logger)
|
||||
if "streams" in ffprobe_stream and len(ffprobe_stream["streams"]) > 0:
|
||||
metadata_stream = _ffprobe_metadata_conversion(
|
||||
ffprobe_stream["streams"][0])
|
||||
ffprobe_stream["streams"][-1])
|
||||
|
||||
if not metadata_stream and is_oiio_supported():
|
||||
oiio_stream = get_oiio_info_for_input(path_to_file, logger=logger)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue