Easily enable your applications to decode virtually any type of audio/video file and save audio/video files
Audio Video Decoding Saving Software Development Kit (AVDS SDK) is a library which contains functions able to load and decode virtually any type of audio/video file. It also enables to save audio/video files.
AVDS SDK enables to:
AVDS SDK is a software product. It works under any Windows version (XP, Vista, Seven, 8, 8.1, 10 and Server editions) and is easy to install (you just have to run the installer and click on "Next..." several times).
AVDS SDK contains the following elements:
In particular, AVDS SDK supports the following containers (this is not the full list):
And, AVDS SDK supports the following video codecs (this is not the full list):
At last, AVDS SDK supports the following audio codecs (this is not the full list):
The following pixel formats are supported:
The following audio sample formats are supported:
AVDS SDK's functions are designed to be simple to use.
For video decoding, AVDS SDK is frame-accurate. Open a file and just ask for frame number N. AVDS SDK will decode it and return its decoded pixel values.
For audio decoding, AVDS SDK is sample-accurate. Open a file and just ask for the audio samples between audio sample number M and audio sample number N. AVDS SDK will decode the audio and return the decoded audio samples you asked.
For video saving, AVDS SDK is simple to use too. Create a file and just add the frames one after the other. When you've finished, just close the file.
AVDS SDK is a very convenient tool to avoid the difficulties one can face when trying to decode complex and/or various file formats. It enables to very quickly integrate audio/video decoding capabilities in your application.
Moreover, AVDS SDK enables to save audio/video files in popular containers (like AVI for example).
Ask for an evaluation version today!