Davidah121 / SMPL

A static C++ library that encompasses all of the tools I have made to make development easier.
1 stars 0 forks source link

Add additional formats for audio, image, and video #71

Open Davidah121 opened 3 years ago

Davidah121 commented 3 years ago

Add support for the following Audio formats:

Add support for the following Video formats:

Add support for the following Image format:

Davidah121 commented 3 years ago

Note that these are not necessary except for the .ogg file format. The .mp3 and .mp4 files should be loaded as well due to wide adoption.

Also note that these do not have to be directly implemented and can be from a different source (media codecs included by the OS).