Wrecked Games

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're just that awesome.

Author Topic: csTheora.zip  (Read 4285 times)

Korbinian_

  • Newbie
  • *
  • Karma: +0/-0
  • Posts: 2
    • View Profile
csTheora.zip
« on: September 08, 2008, 05:21:36 AM »

I've come across a link pointing to a managed Theora decoder by pjcast that used to be hosted at http://www.wreckedgames.com/files/csTheora.zip
That link is dead. Pjcast, do you still have that package somewhere, and would it be possible to make it available again (here or somewhere else)?

Thanks
Logged

pjcast

  • Administrator
  • Veteran
  • *****
  • Karma: +0/-0
  • Posts: 2653
    • View Profile
    • http://www.wreckedgames.com
Re: csTheora.zip
« Reply #1 on: September 08, 2008, 06:25:32 AM »

I do still have it. I'll try to upload it tonight and fix the link.
Logged

Korbinian_

  • Newbie
  • *
  • Karma: +0/-0
  • Posts: 2
    • View Profile
Re: csTheora.zip
« Reply #2 on: September 08, 2008, 07:13:28 AM »

Great, thanks. :)
Logged

pjcast

  • Administrator
  • Veteran
  • *****
  • Karma: +0/-0
  • Posts: 2653
    • View Profile
    • http://www.wreckedgames.com
Re: csTheora.zip
« Reply #3 on: September 08, 2008, 07:02:17 PM »

Ok, the latest thing I have is now at:
www.wreckedgames.com/downloads/cSharpTheora.zip

Note: the theora decoder is based off of jTheora (Java Theora port - which is now called jheora - http://maikmerten.livejournal.com/1538.html). Apparently, may not be directly compatible with latest Theora bitstream. Also, does not contain any optmized decoding (SSE/MMX, etc) that the theora reference decoder/encoder may have. It was mostly a proof of concept of doing theora with pure C#.

If you are really wanting to do something performant with the least amount of work on your part (and having pure CLR is not needed). I would simply P/Invoke either ffmpeg, libTheora, or GStreamer.
Logged

pjcast

  • Administrator
  • Veteran
  • *****
  • Karma: +0/-0
  • Posts: 2653
    • View Profile
    • http://www.wreckedgames.com
Re: csTheora.zip
« Reply #4 on: February 20, 2011, 11:15:41 PM »

For recent developments on the theora plugin, please check the Ogre Addons forum. However, there are better codecs to be used nowadays - WebM being one.
Logged