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

Create generic encoder/decoder infrastructure #163

Open
jackjansen opened this issue Dec 5, 2024 · 0 comments
Open

Create generic encoder/decoder infrastructure #163

jackjansen opened this issue Dec 5, 2024 · 0 comments
Assignees

Comments

@jackjansen
Copy link
Contributor

It would be good if we could treat codecs the same we we do nowadays for capturers: allow multiple implementations, which each register themselves upon loading with the generic codec component.

User code would then normally use the generic encoder/decoder factories, and the parameter would include either the codec name or (maybe better) the 4CC (plus, maybe only for the encoder, the parameters).

The first two codecs we can implement are the current mpeg anchor codec and the serialised (which can be considered the "null codec" or "passthrough codec").

Next could be Draco #65

Next could be @zhouzhouha 's vpcc work.

This would also make life simpler for #130.

@jackjansen jackjansen self-assigned this Dec 5, 2024
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