-
Notifications
You must be signed in to change notification settings - Fork 6k
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
Optimize DefaultExtractorsFactory sniffing order #6410
Comments
There is nothing stopping you from doing this yourself by injecting your own As mentioned on #6325 (comment), we should also revisit the sniffing order:
Let's use this issue to track doing that. @andrewlewis - Please reassign within your team as appropriate. |
Issue: #6410 PiperOrigin-RevId: 305436352
when we select extractor, we makes a pass through all of the available extractor util we find the
correct extractor. I find the sniff of MatroskaExtractor will cost 25ms.
80% of our videos are in MP4 format.
Can I put the Mp4Extractor as the first place.
The text was updated successfully, but these errors were encountered: