Results 1 to 2 of 2

Thread: Eponasoft Multimedia Codec

                  
   
  1. #1
    Won Hung Lo wraggster's Avatar
    Join Date
    Apr 2003
    Location
    Nottingham, England
    Age
    52
    Posts
    139,557
    Blog Entries
    3209
    Rep Power
    50

    NDS Eponasoft Multimedia Codec

    News/release from Eponasoft:

    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!

  2. #2

    Default

    cool competition to moonshell

    will definatley give it a go

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

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •