Snow Converter is a multi-format mass files conversion tool.



Short description:
Algorithm is quite simple. A tool take files from input directory one by one and convert them to the
required format using desired dll plugin. Result of conversion you could take from the output folder.

Step-by-step guide:
1. Choose input folder
2. Choose output folder
3. Choose desired plugin
4. If available, change the required settings
5. Press "Convert" and wait until progress bar will show 100%
???
PROFIT !!!

Conversion directions:
bmp -> jpg -> bmp
wav -> flac, mp3, ogg, aac
mp3, ogg -> wav
avi -> flv

Plugins SDK:
If you know how to develop software, you may easily extend directions by writing own conversion dll routine.
You should name library lib_*.dll and export only 4 self-description functions:
PluginName, EncodeFile, DefaultExt, Settings
lib_template.dll source code (delphi)
lib_jpegbmp.dll source code (delphi)
Plugin may contain own conversion algorithm, or just be a front-end for a third-party software