You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using readVideoComponent() to ultimately get the video resolution/SAR/DAR etc, this should be a quick task but not due to the underlying getFileRawInformation() doing "-af volumedetect".
I understand this is required for audio info and also for abstraction you are doing it in one action but its a killer to processing speed.
Cant the getFileRawInformation be split in two so for simple tasks like getting dims etc its quick.
The text was updated successfully, but these errors were encountered:
I am using readVideoComponent() to ultimately get the video resolution/SAR/DAR etc, this should be a quick task but not due to the underlying getFileRawInformation() doing "-af volumedetect".
I understand this is required for audio info and also for abstraction you are doing it in one action but its a killer to processing speed.
Cant the getFileRawInformation be split in two so for simple tasks like getting dims etc its quick.
The text was updated successfully, but these errors were encountered: