Closed jakubjezek001 closed 9 months ago
Yes, please!
Having this exclusion or the ffprobe skipped for the publish file formats speeds up publishing, a lot because the running ffprobe
is relatively slow - so it avoids quite some time spent processing something we know will fail anyway.
We've had this hacky workaround in OpenPype for a long time due to that.
But likely we're better of checking the extension is in openpype.lib.transcoding.IMAGE_EXTENSIONS
?
Current state
In
IntegrateFtrackInstance
plug-in the FFPROBE check is performed even on extensions which are not image based (ex. ABC, BLEND).Solution
An exclusion should be added so those representations are skipped for such a check.
Publisher output