-
Notifications
You must be signed in to change notification settings - Fork 20
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
[SUGGESTION] AVX/AVX2/AVX-512 optimizations ? #62
Comments
Low-level optimizations rely entirely on implementation in ffmpeg and are outside the purview of application software developers. |
1st of all, thanks for reply.
Of course, but I believe that building binaries with AVX* compiler optimizations may help too.
Dunno if can help/inspire in any way, but I've recently readed this article about (VirtIO) ZeroCopy:
CCTV latency is more than acceptable for its primary use (monitoring surveillance cameras), but optimizing it could allow it to be used in more time-sensitive applications. Last but not least, if you feel in a - temporary - deadlock state for ZC, it might be useful - even as a "recreation" - to focus on other features (such as overlays). Thanks again for your (volunteer) work ! |
CCTV Viewer does not operate on frame buffers directly. This is done by ffmpeg and partly by Qt. |
Hi there,
since we don't have any embedded dev, we honestly don't know if this is a technically correct suggestion...
...anyway we found some interesting resources about it:
From what we understand, the performances improvement should range between 5 and 10%.
Hope that inspires !
The text was updated successfully, but these errors were encountered: