Author Topic: Video player for Casio Prizm  (Read 51091 times)

0 Members and 1 Guest are viewing this topic.

Offline flyingfisch

  • I'm 1337 now!
  • Members
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1620
  • Rating: +94/-17
  • Testing, testing, 1...2...3...4...5...6...7...8..9
    • View Profile
    • Top Page Website Design
Re: Video player for Casio Prizm
« Reply #30 on: January 19, 2012, 10:27:18 am »
Has anyone ported a rickroll yet?

Spoiler For warning:
If SOPA passes, you may be arrested for that.



Quote from: my dad
"welcome to the world of computers, where everything seems to be based on random number generators"



The Game V. 2.0

Offline calc84maniac

  • eZ80 Guru
  • Coder Of Tomorrow
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2912
  • Rating: +471/-17
    • View Profile
    • TI-Boy CE
Re: Video player for Casio Prizm
« Reply #31 on: January 19, 2012, 12:56:09 pm »
If you are always drawing pixels sequentially to the buffer, it might be more efficient to write directly to the LCD controller rather than writing into the buffer and using DMA to copy from there. Just a thought.
"Most people ask, 'What does a thing do?' Hackers ask, 'What can I make it do?'" - Pablos Holman

Offline Juju

  • Incredibly sexy mare
  • Coder Of Tomorrow
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 5730
  • Rating: +500/-19
  • Weird programmer
    • View Profile
    • juju2143's shed
Re: Video player for Casio Prizm
« Reply #32 on: January 19, 2012, 01:01:56 pm »
any instructions how to port a video?
I would love to get instructions to port a video.

Remember the day the walrus started to fly...

I finally cleared my sig after 4 years you're happy now?
THEGAME
This signature is ridiculously large you've been warned.

The cute mare that used to be in my avatar is Yuki Kagayaki, you can follow her on Facebook and Tumblr.

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55941
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: Video player for Casio Prizm
« Reply #33 on: January 19, 2012, 09:12:49 pm »
I don't think any video converter/importer were ever released yet.

Offline MPoupe

  • LV4 Regular (Next: 200)
  • ****
  • Posts: 168
  • Rating: +30/-1
  • The coder of yesterday
    • View Profile
    • My web site about Casio calculator
Re: Video player for Casio Prizm
« Reply #34 on: January 20, 2012, 11:18:34 am »
I don't think any video converter/importer were ever released yet.
Yes, the player is experimental SW, I was trying different image/video formats and I created video file manually (extract frames from video, batch conversion + resize in irfan_view + dirty written program to put the frames together).
I gave up this project as it seems unusable on this platform. The video is short and ugly (= technical quality is low) for all cases (small flash).
I can release sources of everything if anybody interested.

Offline Juju

  • Incredibly sexy mare
  • Coder Of Tomorrow
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 5730
  • Rating: +500/-19
  • Weird programmer
    • View Profile
    • juju2143's shed
Re: Video player for Casio Prizm
« Reply #35 on: January 20, 2012, 01:23:54 pm »
I may be interested.

Remember the day the walrus started to fly...

I finally cleared my sig after 4 years you're happy now?
THEGAME
This signature is ridiculously large you've been warned.

The cute mare that used to be in my avatar is Yuki Kagayaki, you can follow her on Facebook and Tumblr.

Offline helder7

  • LV4 Regular (Next: 200)
  • ****
  • Posts: 185
  • Rating: +33/-1
    • View Profile
Re: Video player for Casio Prizm
« Reply #36 on: January 20, 2012, 02:08:08 pm »
I may be interested.
im interested too

Offline MPoupe

  • LV4 Regular (Next: 200)
  • ****
  • Posts: 168
  • Rating: +30/-1
  • The coder of yesterday
    • View Profile
    • My web site about Casio calculator
Re: Video player for Casio Prizm
« Reply #37 on: January 23, 2012, 04:42:40 am »
I may be interested.
You may download it at my page http://martin.poupe.org/casio/
There is a complete package with sources, sample videos and dirty video creator. Read attached readme.txt

Offline bynary_man

  • LV2 Member (Next: 40)
  • **
  • Posts: 24
  • Rating: +1/-0
    • View Profile
Re: Video player for Casio Prizm
« Reply #38 on: January 23, 2012, 01:03:30 pm »
thanks, i will try to make video.

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55941
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: Video player for Casio Prizm
« Reply #39 on: January 23, 2012, 01:20:18 pm »
It would be nice indeed. I'm betting there are ways to make it faster, since Apcalc did on the TI-Nspire, but I guess memory and slower screen will be a bigger issue.

Offline Eiyeron

  • Urist McEiyolobster
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1430
  • Rating: +130/-10
  • (-_(//));
    • View Profile
    • Rétro-Actif : Rétro/Prog/Blog
Re: Video player for Casio Prizm
« Reply #40 on: January 23, 2012, 01:22:51 pm »
Is the vid looping?
...
* Eiyeron thinks about NYAN TROLLING!

Offline helder7

  • LV4 Regular (Next: 200)
  • ****
  • Posts: 185
  • Rating: +33/-1
    • View Profile
Re: Video player for Casio Prizm
« Reply #41 on: January 23, 2012, 03:18:57 pm »
hello, i try create a video using JPG files

im in this step:
compression level 60 (use irfan_view - batch mode)



here is i can change compression level?

EDITED: i had used this site: http://jpeg-optimizer.com/  to compress the images

my first converted jpg based video -> http://videobam.com/gmOxw

« Last Edit: January 23, 2012, 06:09:09 pm by helder7 »

Offline MPoupe

  • LV4 Regular (Next: 200)
  • ****
  • Posts: 168
  • Rating: +30/-1
  • The coder of yesterday
    • View Profile
    • My web site about Casio calculator
Re: Video player for Casio Prizm
« Reply #42 on: January 24, 2012, 07:06:45 am »
hello, i try create a video using JPG files
im in this step:
compression level 60 (use irfan_view - batch mode)
here is i can change compression level?
Yes, this is what I meant.

Offline flyingfisch

  • I'm 1337 now!
  • Members
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1620
  • Rating: +94/-17
  • Testing, testing, 1...2...3...4...5...6...7...8..9
    • View Profile
    • Top Page Website Design
Re: Video player for Casio Prizm
« Reply #43 on: January 24, 2012, 08:43:28 am »
Could this be ported to FX-9860GII?



Quote from: my dad
"welcome to the world of computers, where everything seems to be based on random number generators"



The Game V. 2.0

Offline MPoupe

  • LV4 Regular (Next: 200)
  • ****
  • Posts: 168
  • Rating: +30/-1
  • The coder of yesterday
    • View Profile
    • My web site about Casio calculator
Re: Video player for Casio Prizm
« Reply #44 on: January 24, 2012, 09:18:37 am »
Could this be ported to FX-9860GII?
I wrote another player (also with sound) for 9860G earlier, see http://ourl.ca/9205/219057 or
http://martin.poupe.org/casio/9860player/index.html
and direct link to source code is at http://www.omnimaga.org/index.php?action=dlattach;topic=6608.0;attach=8142