Author Topic: Nspire Video Player  (Read 6723 times)

0 Members and 1 Guest are viewing this topic.

Offline Munchor

  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6199
  • Rating: +295/-121
  • Code Recycler
    • View Profile
Re: Nspire Video Player
« Reply #15 on: March 26, 2011, 07:21:27 am »
We have a nspire forge where cool nspire and projects are hosted. we have svn/git and trac (bugs, downloads, etc).

would you like a dedicated space?

just visit: http://nspforge.unsads.com

Oh yeah, the video player could be there too :D

Offline deng4

  • LV1 Newcomer (Next: 20)
  • *
  • Posts: 6
  • Rating: +7/-0
    • View Profile
Re: Nspire Video Player
« Reply #16 on: March 26, 2011, 07:42:15 am »
Would we be able to convert other type of formats such as h.263/4 or even Fraps? Or would we still need to use a software that supports Xvid conversion?
The library im using supports h.263/4 and a whole lot of others. As for Fraps, never even heard of it so No. Some level of conversion will be needed any way, because holding full color, audio interwoven data etc. on an nspire would be stupid and space consuming. So in some cases conversion will be more like data stripping.


would you like a dedicated space?
Sure, maybe when I actually have something to release.

Offline Munchor

  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6199
  • Rating: +295/-121
  • Code Recycler
    • View Profile
Re: Nspire Video Player
« Reply #17 on: March 26, 2011, 07:44:27 am »
Also, what about the C# video converter, is it Windows-only?

Offline deng4

  • LV1 Newcomer (Next: 20)
  • *
  • Posts: 6
  • Rating: +7/-0
    • View Profile
Re: Nspire Video Player
« Reply #18 on: March 26, 2011, 07:49:14 am »
Also, what about the C# video converter, is it Windows-only?
Technically C# can be used in linux via Mono. Also it will probably be redone in C/C++ to work with the encoders faster.