framing
What does it do?
It’ll have basic constructs for handling images and audio samples, and particularly de/muxing them so that I can make that terrible Skype clone one day. Right now all it does is represent and manipulate images, though.
Why are you telling me this?
I want some feedback on:
- how to improve the video module.
- what an audio module might look like.
- how multiplexing might work.
- A better name would also be nice.
Also, what libraries should I wrap? Right now, I’ve written wrappers for:
-
tomaka/vulkano
- hardware acceleration. -
pornel/lodepng
- PNG encoding and decoding. -
quadrupleslap/scrap
- screen capture (and shameless plugging). - FFmpeg in progress.
Any input is appreciated!