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

Compress frames in memory #63

Open
stuartaw opened this issue Jul 8, 2024 · 0 comments
Open

Compress frames in memory #63

stuartaw opened this issue Jul 8, 2024 · 0 comments

Comments

@stuartaw
Copy link

stuartaw commented Jul 8, 2024

Unfortunately I dont have the time right now to implement, however I quite often use NDILibs to compress video data, and it would seem a REALLY good feature to add to this lib, as it would hugely reduce memory load (at the cost of CPU, however NDI is quite fast..) especially SpeedHQ. in 1080p60 you can sit at around 130Mbps, or 17MB/second - which is a huge improvement.
some idea of bitrates:
https://ndi.video/tech/formats/

Of course NDI isnt open source so should not be linked in.. but support for the API would be a huge advantage for users I suspect.

many people think of NDI as network streaming, however its API supports encode/decode in local buffers, so it should just work, without a great amount of integration..

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