PDA

View Full Version : Eponasoft Multimedia Codec



wraggster
December 12th, 2007, 22:41
News/release from Eponasoft: (http://palib.info/forum/modules/newbb/viewtopic.php?viewmode=flat&type=&topic_id=3971&forum=28)


Nicoco73 and I have both been working on new movie formats for the DS, since no one seems to be able to understand Moonshell's pasta-code enough to put together a working DPG playback library (seriously, that source tree is a mess!). My offering is EMC, the Eponasoft Multimedia Codec. It is still a working prototype, but it is mostly functional.

http://www.eponasoft.com/EMC.zip

This zip file contains a demo application that uses the format, and a conversion tool to make EMC files. Both contain complete source code, the demo application is coded in straight C and requires PAlib, the conversion utility is coded in Visual Basic 6 with Service Pack 6 applied. It is released under a BSD-like license, the license details are included. Note that the conversion tool is basically a complex frontend for several other tools, which can be obtained from the URLs listed in the documentation.

There is a minor timing problem with the format, and I'm not yet sure if it's in the sampling size or somewhere in the demo code. Any assistance in hunting down this glitch is greatly appreciated.

PLEASE read the documentation before using, as it covers a great deal of information. I spent quite a long time writing it and tried to cover everything. If there's something not covered by the documentation though, feel free to bug me.

Also, there is one minor error in the playback function...on line 46 of the sourcecode, you will find the line

PA_LoadJpeg(0,pixBuf) ;
which needs to be changed to

PA_LoadJpeg(screen,pixBuf) ;
to function as documented. I discovered this bug while implementing the playback library in one of my many projects.

Finally, if you want to try it out right away, I made a conversion of one of my favorite music videos, "Nymphetamine" by Cradle Of Filth. Download here:

http://www.eponasoft.com/nymphetamine.rar

Rename the file to outfile.emc and put it in /dev/video so the demo program can find it.

Enjoy!

wiggy fuzz
December 13th, 2007, 08:54
cool :D competition to moonshell

will definatley give it a go

EDIT: posting a music video? is that really allowed?