Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

slow readVideoComponent() due to volumedetect in getFileRawInformation() #107

Open
tsmgeek opened this issue Jun 27, 2017 · 0 comments
Open

Comments

@tsmgeek
Copy link
Contributor

tsmgeek commented Jun 27, 2017

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant