|
There are a lot of standards for format converting,
compressing and transmitting data in modern multimedia
technologies. Situations when supporting different data
formats is required appear quite often. In our projects
we have developed different multimedia data converters.
On the scheme below you can see what types of converters
we have developed.

Much more difficult
is saving files in Macromedia Flash SWF format. This
format is used for creation of different kinds of presentations
and for conference systems development. In our company
we have created special SDK which allows writing data
into SWF files. Our SDK supports all the abilities of
the SWF data format including writing video (AVI, ASF,
WMV and MPEG formats) and audio data (MP3 and WAV formats),
Sprites and basic graphic primitives like lines, rectangles,
ellipses, some action tags.
This SDK was used
in a number of systems where it was necessary to use
SWF format for data storing. Our SDK was also used in
SWF production server for creating presentations and
animations through web site, for delivering presentations
in SWF format to client’s computers and in system
for converting documents in Word, MS Excel, HTML and
PDF files into SWF. In this case our SDK was used for
creation of a virtual driver for printer converting
documents into a set of EMF images and then saving them
into SWF files.
|