jmeaster30 / SharperImage

An image encoder/decoder/processor
MIT License
1 stars 0 forks source link

Support Audio/Video Encodings #10

Open jmeaster30 opened 11 months ago

jmeaster30 commented 11 months ago

I want to be able to use this library for image and video processing and with video comes audio as well.

Need to support main popular video formats like avi, MP4, etc. And audio formats like wav, mp3, etc

Will need to make a more general format interface.

I can see this being a separate library as well but making it one library would be nice for cohesion since the video library would probably use the image object from this library.

Need to heavily consider the design to make sure everything feels good to use.