Omnimaga

Calculator Community => Casio Calculators => Topic started by: MPoupe on July 13, 2011, 03:06:46 am

Title: Video player for Casio Prizm
Post by: MPoupe on July 13, 2011, 03:06:46 am
Hello,
I would like to introduce you a simple video player for Casio fx-CG 20.
It's very slow, but working:-)

You may pause it by [OPTN] button, [EXE] resumes. [MENU] quits. Please hold the key for longer time (~ 1 second).

Updated version (CGPLAYER2.G3A) - tiny speed up by remapping working buffers from 0xAxxx area to 0x8xxx (enable cache)
Title: Re: Video player for Casio Prizm
Post by: Juju on July 13, 2011, 03:11:41 am
Sounds pretty nice, does it support sound and all 65536 colors?
Title: Re: Video player for Casio Prizm
Post by: JosJuice on July 13, 2011, 03:15:14 am
Wow, awesome! It looks a bit choppy, but the video is definitely recognizable. I assume that the FPS is low in order to keep the file size down? The blinking thing in the upper-right corner can be a little distracting, but other than that I couldn't find any flaws with the player.
Sounds pretty nice, does it support sound and all 65536 colors?
There's no sound, but I think it supports full 16-bit color.
Title: Re: Video player for Casio Prizm
Post by: MPoupe on July 13, 2011, 03:19:39 am
Yes, it is full color video, no sound yet. It is slow, video has about 5 fps, but running about 2 fps  - this is not problem of the video size, but calculator speed. I need to overclock it (now it is running on original speed).
The busy box (or hourglass) is pretty annoying, but it is side effect of the Bfile_ReadFile_OS() function :-(

So there are few things to be solved yet :-)
Title: Re: Video player for Casio Prizm
Post by: JosJuice on July 13, 2011, 03:21:40 am
The busy box (or hourglass) is pretty annoying, but it is side effect of the Bfile_ReadFile_OS() function :-(
There's a bit of empty space below the video. Would it be possible to move the video down, so that the busy indicator will appear above the video? It would help a bit, even though it doesn't give us a way to get rid of the indicator.
Title: Re: Video player for Casio Prizm
Post by: MPoupe on July 13, 2011, 03:31:14 am
There's a bit of empty space below the video. Would it be possible to move the video down, so that the busy indicator will appear above the video? It would help a bit, even though it doesn't give us a way to get rid of the indicator.
That would be very easy, but I would like to try to get rid of the busy box completely first :-)
Title: Re: Video player for Casio Prizm
Post by: TIfanx1999 on July 13, 2011, 05:13:39 am
Yes, it is full color video, no sound yet. It is slow, video has about 5 fps, but running about 2 fps  - this is not problem of the video size, but calculator speed. I need to overclock it (now it is running on original speed).
The busy box (or hourglass) is pretty annoying, but it is side effect of the Bfile_ReadFile_OS() function :-(

So there are few things to be solved yet :-)
That's a good start, but I'd aim for at least ~10-15fps. Sound support would also be nice once it is figured out. Very cool stuff though! ^^ /me goes to try it out.
Title: Re: Video player for Casio Prizm
Post by: bsl on July 13, 2011, 09:47:02 am
Are going to port Ich Will ?
Title: Re: Video player for Casio Prizm
Post by: MPoupe on July 13, 2011, 09:59:27 am
Are going to port Ich Will ?
I can :-)

Does somebody successfully oveclock Prizm ? I would like to try the player with higher CPU speed so I seek for some safe overclocking code ;-)
Title: Re: Video player for Casio Prizm
Post by: z80man on July 13, 2011, 03:54:15 pm
You shouldn't have to overclock the Prizm to get a high framerate. At 58 Mhz a framerate of over 30 hz should be possible. What method are you using to draw the video. A slowdown will occur if you use pixel on commands instead of using the VRAM as a buffer. Also if you did any compression that would contribute to the slow down.
Title: Re: Video player for Casio Prizm
Post by: AngelFish on July 13, 2011, 05:40:10 pm
You shouldn't have to overclock the Prizm to get a high framerate. At 58 Mhz a framerate of over 30 hz should be possible. What method are you using to draw the video. A slowdown will occur if you use pixel on commands instead of using the VRAM as a buffer. Also if you did any compression that would contribute to the slow down.

A framerate of 20Hz is the maximum I would expect with the OS screendraw routines.
Title: Re: Video player for Casio Prizm
Post by: z80man on July 13, 2011, 06:07:16 pm
You shouldn't have to overclock the Prizm to get a high framerate. At 58 Mhz a framerate of over 30 hz should be possible. What method are you using to draw the video. A slowdown will occur if you use pixel on commands instead of using the VRAM as a buffer. Also if you did any compression that would contribute to the slow down.

A framerate of 20Hz is the maximum I would expect with the OS screendraw routines.
With the OS routines yes, but you can copy data to the VRAM faster than the OS can draw the screen. Just like for example with the PC game Half Life 2 most modern computers can get framerates near 200 fps even though most screens are limited to 60 hz.
Title: Re: Video player for Casio Prizm
Post by: MPoupe on July 14, 2011, 03:37:14 am
Are going to port Ich Will ?
Enjoy it. Be sure to store it in the calculator as demo.mjp
Title: Re: Video player for Casio Prizm
Post by: MPoupe on July 14, 2011, 03:45:50 am
You shouldn't have to overclock the Prizm to get a high framerate. At 58 Mhz a framerate of over 30 hz should be possible. What method are you using to draw the video. A slowdown will occur if you use pixel on commands instead of using the VRAM as a buffer. Also if you did any compression that would contribute to the slow down.
Hi,
of course I draw to VRAM and then call Bdisp_PutDisp_DD(). But the video is a sequence of jpeg images and jpeg decoding is very CPU expensive. Prizm doesn't have SD card, so I must use a compression :-(
Title: Re: Video player for Casio Prizm
Post by: JosJuice on July 14, 2011, 08:36:33 am
How large would the file size become if JPEG isn't used? Maybe we could try some other kind of compression... I don't know what one would fit, though.
Title: Re: Video player for Casio Prizm
Post by: MPoupe on July 14, 2011, 09:01:06 am
How large would the file size become if JPEG isn't used? Maybe we could try some other kind of compression... I don't know what one would fit, though.
Screen has 384 x 216 x 2 B,I use 1/2 images (192*108*2) => 41472B. The jpeg compression makes them around 3.2 KB




Title: Re: Video player for Casio Prizm
Post by: z80man on July 14, 2011, 10:59:27 pm
JPEG compression is very impressive considering the complexity of that format. Other formats we could try are PNG but I'm unfamiliar with how long it takes to decompress compared to JPEG. One format worth trying is DXTC http://en.wikipedia.org/wiki/S3_Texture_Compression which is the standard format for DirectX textures. It will compress a bmp image into a little less than half the size it is normally and can be drawn very quickly. Because the images are being played back in video format there are a lot of size optimizations that can be done on the DXTC format such as keeping some or all of the palette data for the next frame. For just standard DXT1 compression I've been writing a super fast asm routine to decompress the images and I think I have an idea for a video based version of DXT, both of which I'll post once I finalize them.
Title: Re: Video player for Casio Prizm
Post by: fb39ca4 on July 14, 2011, 11:21:20 pm
The color depth could also be reduced, from 16 to 8 bit.
Title: Re: Video player for Casio Prizm
Post by: z80man on July 14, 2011, 11:46:21 pm
The color depth could also be reduced, from 16 to 8 bit.
That's a possibility but I think that should be done on a frame by frame or segment of frames basis. As in there shouldn't be a single palette for the entire video but instead each frame or segment of frames should define a new one. You could even go as far to define an 8 bit palette for each frame then use 8 bit DXT1 compression for that frame. I'm also thinking it would be a good idea to interlace the video to increase speed while cutting size in half. 
Title: Re: Video player for Casio Prizm
Post by: JosJuice on July 15, 2011, 03:00:14 am
Other formats we could try are PNG but I'm unfamiliar with how long it takes to decompress compared to JPEG.
PNG might not optimize well. If I recall correctly, PNG is good for simple drawings and graphics, while JPEG is suitable for images with lots of details (such as photos).
I'm also thinking it would be a good idea to interlace the video to increase speed while cutting size in half.  
Wouldn't interlacing look odd on a screen like this, considering that it's running at a low amount of fps? TVs can get away with it, but they have a refresh rate of 60Hz/50Hz.
Title: Re: Video player for Casio Prizm
Post by: MPoupe on July 15, 2011, 03:48:55 am
Hello,
this is another version of the player. It uses 96x50 frames (4 bit colors), uncompressed. Video has 12.5 frames per second (the calculator was able to keep sync with computer, where the original video was playing)
The maximum speed (before I implemented timing) was 15.88 frames per seconds.

Title: Re: Video player for Casio Prizm
Post by: JosJuice on July 15, 2011, 03:53:46 am
Is the rar file supposed to be able to sent to the calculator as a rar, or should only the raw file be sent?
Title: Re: Video player for Casio Prizm
Post by: MPoupe on July 15, 2011, 04:06:20 am
Is the rar file supposed to be able to sent to the calculator as a rar, or should only the raw file be sent?
Please, extract the rar and put the raw file in the calculator. I rared it to save bandwidth (and I would probably also touch the 7MB limit set on this server)
Title: Re: Video player for Casio Prizm
Post by: JosJuice on July 15, 2011, 04:17:50 am
The frame rate looks great! :) Is the video supposed to be in grayscale, or is this something that was added for compression?
Title: Re: Video player for Casio Prizm
Post by: MPoupe on July 15, 2011, 04:20:01 am
The frame rate looks great! :) Is the video supposed to be in grayscale, or is this something that was added for compression?
Both:-) The video is in gray-scale (16 colors) to reduce video size.
Title: Re: Video player for Casio Prizm
Post by: JosJuice on July 15, 2011, 04:55:21 am
The frame rate looks great! :) Is the video supposed to be in grayscale, or is this something that was added for compression?
Both:-) The video is in gray-scale (16 colors) to reduce video size.
Maybe RLE could be used for compression? It's popular on older calculators since they only have 2/4 colors. Using RLE with 16-bit color won't really work, but maybe it's good enough for 4-bit?
Title: Re: Video player for Casio Prizm
Post by: MPoupe on July 15, 2011, 05:18:01 am
Maybe RLE could be used for compression? It's popular on older calculators since they only have 2/4 colors. Using RLE with 16-bit color won't really work, but maybe it's good enough for 4-bit?
Yes, I will probably try RLE as a next step.
Title: Re: Video player for Casio Prizm
Post by: MPoupe on July 22, 2011, 06:35:58 am
DJ_O: thank you for testing the player and posting the video:-)
Title: Re: Video player for Casio Prizm
Post by: Munchor on July 24, 2011, 09:49:48 am
Indeed, the frame rate looks very good, WAY better than in Z80 Calculators and the Nspire, but that's because of the colours and the better processor. nice job MPoupe!
Title: Re: Video player for Casio Prizm
Post by: helder7 on January 19, 2012, 09:53:16 am
any instructions how to port a video?
Title: Re: Video player for Casio Prizm
Post by: flyingfisch 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.
Title: Re: Video player for Casio Prizm
Post by: calc84maniac 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.
Title: Re: Video player for Casio Prizm
Post by: Juju 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.
Title: Re: Video player for Casio Prizm
Post by: DJ Omnimaga on January 19, 2012, 09:12:49 pm
I don't think any video converter/importer were ever released yet.
Title: Re: Video player for Casio Prizm
Post by: MPoupe 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.
Title: Re: Video player for Casio Prizm
Post by: Juju on January 20, 2012, 01:23:54 pm
I may be interested.
Title: Re: Video player for Casio Prizm
Post by: helder7 on January 20, 2012, 02:08:08 pm
I may be interested.
im interested too
Title: Re: Video player for Casio Prizm
Post by: MPoupe 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
Title: Re: Video player for Casio Prizm
Post by: bynary_man on January 23, 2012, 01:03:30 pm
thanks, i will try to make video.
Title: Re: Video player for Casio Prizm
Post by: DJ Omnimaga 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.
Title: Re: Video player for Casio Prizm
Post by: Eiyeron on January 23, 2012, 01:22:51 pm
Is the vid looping?
.../me thinks about NYAN TROLLING!
Title: Re: Video player for Casio Prizm
Post by: helder7 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)

(http://img854.imageshack.us/img854/5517/betch.th.png) (http://img854.imageshack.us/img854/5517/betch.png)

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

Title: Re: Video player for Casio Prizm
Post by: MPoupe 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.
Title: Re: Video player for Casio Prizm
Post by: flyingfisch on January 24, 2012, 08:43:28 am
Could this be ported to FX-9860GII?
Title: Re: Video player for Casio Prizm
Post by: MPoupe 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

Title: Re: Video player for Casio Prizm
Post by: DJ Omnimaga on January 27, 2012, 04:28:34 am
I checked those posts and page and it was not for the 9860GII as he asked, but rather the 9860 SD ???

Or maybe I missed a link somewhere?
Title: Re: Video player for Casio Prizm
Post by: MPoupe on January 27, 2012, 09:32:31 am
I checked those posts and page and it was not for the 9860GII as he asked, but rather the 9860 SD ???
There are 3 types of 9860 as I know:
1. old 9860G ( + 9860G SD), this is the model on which I wrote the player and everything should work :-)
2. 9860 G II - very similar to old 9860G, has back-light and newer OS (which was possible to flash to the old 9860G and what I already did)
There should also everything work.
3. 9860 G II Power graphic 2 (I am not sure with the name), with CPU from Prizm. This is different HW, but because I released the source code, owner can use my sources, remove the sound part (which is platform specific) and use only silent video player. It should work I hope.
Title: Re: Video player for Casio Prizm
Post by: flyingfisch on January 27, 2012, 12:49:51 pm
What kind of movies does it play, and does it need an SD card?
Title: Re: Video player for Casio Prizm
Post by: helder7 on January 27, 2012, 04:37:51 pm
Quote
Hello,
I do not have any automated tool, I did following:
1. take a video and convert it (by autoGK) to have width 128 pixels.
2. extract images from the video (I used IV_Player.exe from Irfan view's plugins directory)
3. by irfan view - crop all images to have height 64 pixels (they had 80), decrease color depth to 2 (use Floyd-Steinberg dithering) and save as raw - use batch mode, images should have 1 byte per pixels -> 8KB per image
4. "compress" the images so they have 1 bit per pixel, the highest bit of the first byte is top left pixel (1KB per image)
5. negate it (on the calc 0 means white, 1 means black; opposite as on PC).
6. append all images together -> done
Martin, you might be better explain the steps 5 and 6 of SCVP conversion process?

What kind of movies does it play, and does it need an SD card?
it play special converted movies, and the app needs SD Card for save the video (video file is too big for non SD models) ...

more info here: http://martin.poupe.org/casio/scvp/index.html
Title: Re: Video player for Casio Prizm
Post by: DJ Omnimaga on January 27, 2012, 04:55:06 pm
I checked those posts and page and it was not for the 9860GII as he asked, but rather the 9860 SD ???
There are 3 types of 9860 as I know:
1. old 9860G ( + 9860G SD), this is the model on which I wrote the player and everything should work :-)
2. 9860 G II - very similar to old 9860G, has back-light and newer OS (which was possible to flash to the old 9860G and what I already did)
There should also everything work.
3. 9860 G II Power graphic 2 (I am not sure with the name), with CPU from Prizm. This is different HW, but because I released the source code, owner can use my sources, remove the sound part (which is platform specific) and use only silent video player. It should work I hope.

Oh ok because if it's compatible with 9860G, then why does it require a SD card? The 9860G doesn't have an SD card slot...
Title: Re: Video player for Casio Prizm
Post by: helder7 on January 27, 2012, 05:57:39 pm
Oh ok because if it's compatible with 9860G, then why does it require a SD card? The 9860G doesn't have an SD card slot...
the internal memory of the calculator does not have space for videos (for exemple, The demonstration video is 10 mb and it is small ...).... need to use the SD card to save it

unless it is a video of a few seconds ...i can fit in internal memory, maybe...

if you want to test, just edit the patch in source code to the videos, using SDK, and convert a small video
Title: Re: Video player for Casio Prizm
Post by: DJ Omnimaga on January 27, 2012, 10:06:00 pm
Yeah but what I mean is if it requires SD, then why MPoupe says it's compatible on the 9860G in the first place, even though the 9860G lacks SD card support? Or is english language barrier the issue? ???
Title: Re: Video player for Casio Prizm
Post by: MPoupe on January 30, 2012, 04:49:35 am
Yeah but what I mean is if it requires SD, then why MPoupe says it's compatible on the 9860G in the first place, even though the 9860G lacks SD card support? Or is english language barrier the issue? ???
OK, so the SD card presence (or non presence) is the issue :-)
I attach updated version of the fxplayer, it works with both SD and internal flash.

Please could somebody test it on the non SD model ?

PS: Many English words have many meanings. There are also English words, that have many meanings from which some of them are antagonism.
Title: Re: Video player for Casio Prizm
Post by: jgibson02 on February 07, 2012, 09:16:29 pm
hello, i try create a video using JPG files

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

(http://img854.imageshack.us/img854/5517/betch.th.png) (http://img854.imageshack.us/img854/5517/betch.png)

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


I have all of my jpegs stored in a folder, now what do I do to compile them together into a .mjp file?
Title: Re: Video player for Casio Prizm
Post by: MPoupe on February 08, 2012, 05:29:03 am
I have all of my jpegs stored in a folder, now what do I do to compile them together into a .mjp file?
The mjp file format is simple, it is an array of "frames". Each frame is length of the jpg file (rounded up to be dividable 4;  32 bit value in little endian) and the jpg file itself.
I attached simple program which does exactly this compilation to the package (streamer.cpp). For your convenience I dump it here :
Code: [Select]
#include "stdio.h"

const char *pszInputFmt="%04u.jpg";
const char *pszOutputfile = "demo.mjp";
char gBuf[65536];
int LoadFile(int index)
{
char sName[1024]={0};
FILE *f;
int len;
sprintf(sName,pszInputFmt,index);
f=fopen(sName,"rb");
if(!f)
{
return -1;
}
len=fread(gBuf,1,sizeof(gBuf),f);
fclose(f);
len = (len+3) & ~3;
return len;
}
int main(int argc, char* argv[])
{
FILE *f = fopen(pszOutputfile,"wb");
int i,len;//max 5 240
for(i=1;;i++)
{
len = LoadFile(i);
if(len <=0)break;//read failed
if(i % 5)continue;//25 fps --> 5 fps conversion
fwrite(&len,4,1,f);//each frame (= jpg file) has 4 byte length (int32, little endian)
fwrite(gBuf,len,1,f);//the file itself
printf(".");
}
fclose(f);

return 0;
}
Title: Re: Video player for Casio Prizm
Post by: flyingfisch on February 08, 2012, 12:20:18 pm
...
What kind of movies does it play, and does it need an SD card?
it play special converted movies, and the app needs SD Card for save the video (video file is too big for non SD models) ...

more info here: http://martin.poupe.org/casio/scvp/index.html

I thought the PRIZM does not have an SD card slot. How will that work out?
Title: Re: Video player for Casio Prizm
Post by: jgibson02 on February 08, 2012, 03:40:54 pm
I have all of my jpegs stored in a folder, now what do I do to compile them together into a .mjp file?
The mjp file format is simple, it is an array of "frames". Each frame is length of the jpg file (rounded up to be dividable 4;  32 bit value in little endian) and the jpg file itself.
I attached simple program which does exactly this compilation to the package (streamer.cpp). For your convenience I dump it here :
Code: [Select]
#include "stdio.h"

const char *pszInputFmt="%04u.jpg";
const char *pszOutputfile = "demo.mjp";
char gBuf[65536];
int LoadFile(int index)
{
char sName[1024]={0};
FILE *f;
int len;
sprintf(sName,pszInputFmt,index);
f=fopen(sName,"rb");
if(!f)
{
return -1;
}
len=fread(gBuf,1,sizeof(gBuf),f);
fclose(f);
len = (len+3) & ~3;
return len;
}
int main(int argc, char* argv[])
{
FILE *f = fopen(pszOutputfile,"wb");
int i,len;//max 5 240
for(i=1;;i++)
{
len = LoadFile(i);
if(len <=0)break;//read failed
if(i % 5)continue;//25 fps --> 5 fps conversion
fwrite(&len,4,1,f);//each frame (= jpg file) has 4 byte length (int32, little endian)
fwrite(gBuf,len,1,f);//the file itself
printf(".");
}
fclose(f);

return 0;
}

I'm sorry to be a bother, but I'm a huge newbie to this type of thing, with minimal programming experience, although I hope to learn soon and go onto a computer science major. I downloaded your package yesterday, but could not figure out how to execute the steamer.cpp file to compile the jpegs.
Title: Re: Video player for Casio Prizm
Post by: helder7 on February 08, 2012, 04:31:59 pm
I'm sorry to be a bother, but I'm a huge newbie to this type of thing, with minimal programming experience, although I hope to learn soon and go onto a computer science major. I downloaded your package yesterday, but could not figure out how to execute the steamer.cpp file to compile the jpegs.
easy step by step:
1-Download MinGW _> http://sourceforge.net/projects/mingw/files/latest/download?source=files  and install it in C:\MinGW

2-Copy streamer.ccp and image frames (0001.jpg, 0002.jpg....) to C:\MinGW\bin

edit file streamer.ccp with notepad++

CTRL+F and find in streamer.ccp for this line
      
Code: [Select]
if(i % 5)continue;//25 fps --> 5 fps conversion
if you do not want frame skip, replace it to

Code: [Select]
if(i % 1)continue;//25 fps --> 5 fps conversion
save file streamer.ccp in folder C:\MinGW\bin

3.open windows pompt and write this command:

Code: [Select]
cd C:\MinGW\bin

then this command

Code: [Select]
g++ streamer.cpp -o streamer.exe
4.run file streamer.exe in folder C:\MinGW\bin

5.copy demo.mjp generated in this folder + cgplayer2.g3a (martin package) to your calculator, enjoy
Title: Re: Video player for Casio Prizm
Post by: MPoupe on February 09, 2012, 09:12:50 am
...
What kind of movies does it play, and does it need an SD card?
it play special converted movies, and the app needs SD Card for save the video (video file is too big for non SD models) ...

more info here: http://martin.poupe.org/casio/scvp/index.html

I thought the PRIZM does not have an SD card slot. How will that work out?
There are 2 video players.
The Prizm player (CGPlayer) is at http://martin.poupe.org/casio/cgplayer/index.html. Of course it doesn't need the SD card, the video should be saved to the internal flash.
The fx9860G player (fxPlayer) is at http://martin.poupe.org/casio/9860player/index.html. I updated it so it allows, but doesn't require SD card. Video should be saved on the SD card (if available) or in the internal flash.
Title: Re: Video player for Casio Prizm
Post by: flyingfisch on February 09, 2012, 11:08:57 am
Ahh... OK. I didn't realize that the PRIZM had so much internal memory. How much video can you store on 16MB?
Title: Re: Video player for Casio Prizm
Post by: Spenceboy98 on February 16, 2012, 07:49:50 pm
Okay. I have a .wmv file to convert. I don't know how to extract individual frames. How do I do this?
Title: Re: Video player for Casio Prizm
Post by: DJ Omnimaga on February 19, 2012, 03:31:09 am
Did you try this? http://ourl.ca/12057/283750 (previous page)

Otherwise I think there's this software called SUPER that might help you. Just google for it but make sure to not use Opera, else the site won't let you download it, and the software is a major hassle to get to work.

If it doesn't do WMV, I believe there is Koyotesoft Video converter that converts, but I think the recent version has a virus, so unless you can find an older one I would avoid it. Otherwise if you can't find a wmv to avi converter, then just upload your video on Youtube temporarily then re-download it as AVI file with Atube Catcher or another Youtube downloader.
Title: Re: Video player for Casio Prizm
Post by: shmibs on February 19, 2012, 04:12:26 am
use ffmpeg. it's pretty much a one app fits all when it comes to video conversion.
EDIT:
if you want to convert all a video's frames to jpgs, use this: ffmpeg -i /source/video/here.wmv /path/to/output/%d.jpg
here's a good resource link. ffmpeg is cross-platform, though, so if you're not on ubuntu, don't worry
http://ubuntuforums.org/showthread.php?t=1141293
Title: Re: Video player for Casio Prizm
Post by: DJ Omnimaga on February 19, 2012, 04:29:57 am
Is there a non-command prompt-based version of ffmpeg (with a GUI where you enter parameters)?
Title: Re: Video player for Casio Prizm
Post by: shmibs on February 19, 2012, 05:35:33 am
there are a few gui's, but none of them can do everything the command line can.
this one looks decent: http://avanti.arrozcru.com/
EDIT: you have to download ffmpeg separately and stick it in the folder for this one to work, it looks like.
http://ffmpeg.zeranoe.com/builds/
Title: Re: Video player for Casio Prizm
Post by: DJ Omnimaga on February 19, 2012, 05:35:53 am
Ah ok thanks :)
Title: Re: Video player for Casio Prizm
Post by: Spenceboy98 on February 19, 2012, 07:20:03 pm
This is too frustrating! I still don't know how to extract the frames!
Title: Re: Video player for Casio Prizm
Post by: helder7 on February 20, 2012, 05:53:47 pm
This is too frustrating! I still don't know how to extract the frames!
you can use this tool -> http://www.dvdvideosoft.com/guides/free-video-to-jpg-converter.htm

its freeware (ps: in install process, uncheck toolbar installation to avoid browser spam - homepage and shearch engine change, etc...)
Title: Re: Video player for Casio Prizm
Post by: shmibs on February 20, 2012, 06:27:05 pm
just use ffmpeg, like i suggested. it's simple. download and extract this (http://ffmpeg.zeranoe.com/builds/win32/static/ffmpeg-git-6cb2085-win32-static.7z)
open the folder you just extracted and drag your wmv file into the "bin" folder. then hold shift and right click on the bin folder. select Open Command Windows Here. run this command:

ffmpeg -i <video_name>.wmv %d.jpg

and you're done :)

EDIT: modified because there is a way to open a folder in command prompt
Title: Re: Video player for Casio Prizm
Post by: helder7 on February 20, 2012, 07:16:19 pm
just use ffmpeg, like i suggested. it's simple. download and extract this (http://ffmpeg.zeranoe.com/builds/win32/static/ffmpeg-git-6cb2085-win32-static.7z)
open the folder you just extracted and drag your wmv file into the "bin" folder. then hold shift and right click on the bin folder. select Open Command Windows Here. run this command:

ffmpeg -i <video_name>.wmv %d.jpg

and you're done :)

EDIT: modified because there is a way to open a folder in command prompt
cool, ffmpeg is good ;)

i found one better way to extact frames,  define extract framerate, and resize frames... and give the right name (4 digits.jpg to the images)...

command:
Code: [Select]
ffmpeg -i video.flv -s 192x96 -r 11 %4d.jpg
the -r parameter is used to set the frame rate of video. i.e. no. of frames to be extracted into images per second (default value will be 10 -12 - frames p/ second that cgplayer can run)

Title: Re: Video player for Casio Prizm
Post by: Spenceboy98 on February 20, 2012, 09:25:01 pm
How do I compile it for my Prizm? do I Open it in command prompt?
.
Title: Re: Video player for Casio Prizm
Post by: helder7 on February 21, 2012, 08:10:29 am
How do I compile it for my Prizm? do I Open it in command prompt?
.
frames compile guide -> http://ourl.ca/12057;msg=229626

you can open pompt in start windows-> all programs -> acessories -> pompt ( see this video
&t=1m4s)

if you want, host the video in mediafire and i convert it for you
Title: Re: Video player for Casio Prizm
Post by: Spenceboy98 on February 21, 2012, 03:57:20 pm
It says

Code: [Select]
'g++' is not recognized as an internal or external command,
operable program or batch file.

What do I do to fix it?
Title: Re: Video player for Casio Prizm
Post by: Yeong on February 21, 2012, 05:58:35 pm
install g++?
If you did, you'll probably have to specify the location of it.
Title: Re: Video player for Casio Prizm
Post by: willrandship on February 21, 2012, 05:59:32 pm
lol, he's running windows

install the mingw set or just do code::blocks (it comes with them in an easier-to-set-up way)
Title: Re: Video player for Casio Prizm
Post by: helder7 on February 21, 2012, 06:01:30 pm
It says

Code: [Select]
'g++' is not recognized as an internal or external command,
operable program or batch file.

What do I do to fix it?

try use my compiled streamer.exe

download -> http://3eb.gp.sl.pt

extract folder  in rar file (using winrar) to your documents or desktop,
place on extracted folder named compiler, the images/frames (0001.jpg, 0002.jpg......)
run file streamer.exe
copy demo.mjp + cgplayer2.g3a (avaliable in martin package) to your calc
enjoy



Title: Re: Video player for Casio Prizm
Post by: Spenceboy98 on February 21, 2012, 06:26:41 pm
How can I make it faster? Its pretty slow.
Title: Re: Video player for Casio Prizm
Post by: helder7 on February 21, 2012, 06:54:58 pm
How can I make it faster? Its pretty slow.
Its faster,  It takes about 15 seconds per 1000 frames
Title: Re: Video player for Casio Prizm
Post by: Spenceboy98 on February 21, 2012, 06:58:03 pm
It is really slow compared to the real video. Are you sure there isn't a way to make it faster?
Title: Re: Video player for Casio Prizm
Post by: helder7 on February 21, 2012, 06:59:45 pm
It is really slow compared to the real video. Are you sure there isn't a way to make it faster?
Ahhh the video... You have compressed the frames in level 60?
Title: Re: Video player for Casio Prizm
Post by: Spenceboy98 on February 21, 2012, 07:00:26 pm
I don't think I did. How do you do that?
Title: Re: Video player for Casio Prizm
Post by: helder7 on February 21, 2012, 07:20:23 pm
How do you do that?

There are many ways...

I had used Paintshop pro 9 ( Its paid but have a 60 days trial ) - i have the full version

If You use paintshop pro, follow these steps
-in first menu, select the option batch conversion...
In this program zone ( batch conversion), in file explorer select all frames ( try ctrl+a or ctrl+t)
Select the ouput files has jpg, and in options near the ouput filetypes define compression level to 60
Define output folder, i recommend Create new empty folder (for save here the compressed frames)
Click start and wait when program compress the images/frames

At the end compile these compressed frames with streamer.exe
Title: Re: Video player for Casio Prizm
Post by: Spenceboy98 on February 21, 2012, 07:25:07 pm
Can you do it in photoshop?
Title: Re: Video player for Casio Prizm
Post by: helder7 on February 21, 2012, 07:26:40 pm
Can you do it in photoshop?
No :( Photoshop doesnt have batch compression functions
Title: Re: Video player for Casio Prizm
Post by: Spenceboy98 on February 21, 2012, 07:40:10 pm
Oh. How about I send the video download to you?
Title: Re: Video player for Casio Prizm
Post by: helder7 on February 21, 2012, 07:59:11 pm
Oh. How about I send the video download to you?
No problem. Host the video in mediafire and give me the link

Now is 1:00 in my countrie, i go to sleep. Tomorrow I will convert the video
Title: Re: Video player for Casio Prizm
Post by: Spenceboy98 on February 21, 2012, 08:27:13 pm
Okay. I was hoping for tonight. I can't do it right now. I don't have it on this computer.
Title: Re: Video player for Casio Prizm
Post by: MPoupe on February 22, 2012, 04:01:28 am
It is really slow compared to the real video. Are you sure there isn't a way to make it faster?
Yes, the jpeg based player (CGPlayer2) is very slow, it runs about 2 fps.

Title: Re: Video player for Casio Prizm
Post by: Spenceboy98 on February 22, 2012, 04:07:22 pm
Here is the link to it.
http://www.mediafire.com/?a44g7v5ilcbr2vs

It is mp4.
Title: Re: Video player for Casio Prizm
Post by: DJ Omnimaga on February 22, 2012, 04:08:37 pm
I think the fact it's mp4 might be problematic. I myself had so much trouble trying to convert mp4 files to any other format before.
Title: Re: Video player for Casio Prizm
Post by: Spenceboy98 on February 22, 2012, 04:30:09 pm
I converted the jpg frames with it. I don't know why it would be problematic.
Title: Re: Video player for Casio Prizm
Post by: helder7 on February 22, 2012, 06:02:30 pm
converted video demo (and calculator vs pc): http://videobam.com/GkSxj

Download: http://www.mediafire.com/?5zto4jlbd4k9tjf
Title: Re: Video player for Casio Prizm
Post by: Spenceboy98 on February 22, 2012, 06:15:06 pm
Thanks! I wish it were better quality. That is the price to pay for videos on calc. Now, if only I could do this by myself.
Title: Re: Video player for Casio Prizm
Post by: helder7 on February 29, 2012, 10:03:14 am
The chinese MP4 producers use use formats AMV and MTV (more info about this formats here -> http://en.wikipedia.org/wiki/Chinese_MP4/MTV_Player)

the processor of these mp4 video players is much weaker than that of the prizm

one decoder in google code (http://code.google.com/p/amv-codec-tools/)

what do you think?


Title: Re: Video player for Casio Prizm
Post by: MPoupe on February 29, 2012, 11:55:39 am
The chinese MP4 producers use use formats AMV and MTV (more info about this formats here -> http://en.wikipedia.org/wiki/Chinese_MP4/MTV_Player)
the processor of these mp4 video players is much weaker than that of the prizm
one decoder in google code (http://code.google.com/p/amv-codec-tools/)
what do you think?
Interesting.
The MTV variant we almost have. It is very similar to the audio+video format supported by fxPlayer (the only difference is no mp3, but wav).
I can test this after I improve the sound output (mainly asynchronous output), then the CPU will be able to decompress mp3. If there will be enough power to handle also images, I can add it (later). But I do not expect miracles.
Title: Re: Video player for Casio Prizm
Post by: DJ Omnimaga on February 29, 2012, 02:44:16 pm
I wish those videos were more common here. I tried opening MP4 vids in Winamp, VLC Media Player, VirtualDub and WIndows Movie Maker to no avail, and the video converter I had usually made MP4 vids converted to AVI caused the vids to be distorted diagonally, play way too slow and have choppy sound or I had no image at all. :(
Title: Re: Video player for Casio Prizm
Post by: Spenceboy98 on April 06, 2012, 10:16:17 am
Rick Roll with overclocked Prizm:

Title: Re: Video player for Casio Prizm
Post by: helder7 on April 06, 2012, 11:56:06 am
jpg based player continues to be a bit slow even with overclocking

now, the grayscale player runs faster :D !!!
Title: Re: Video player for Casio Prizm
Post by: Spenceboy98 on April 06, 2012, 12:02:24 pm
You mean the grayscale for TI-8x+?

Edit: Oh. You mean RAW?
How do you make them all grayscale and .pgm?
Title: Re: Video player for Casio Prizm
Post by: helder7 on April 06, 2012, 12:24:25 pm
You mean the grayscale for TI-8x+?

Edit: Oh. You mean RAW?
How do you make them all grayscale and .pgm?
.pgm is grayscale raster image format
I will soon make a tutorial of how to convert videos to prizm CGplayer3 (raw based)
Title: Re: Video player for Casio Prizm
Post by: Spenceboy98 on April 06, 2012, 12:29:17 pm
Good. I will need this. The .mjp on the cgplayer-simu is really fast..... O.O :crazy: *.*
Title: Re: Video player for Casio Prizm
Post by: DJ Omnimaga on April 06, 2012, 09:04:38 pm
This looks cool SPenceboy98. :D
Title: Re: Video player for Casio Prizm
Post by: MPoupe on April 08, 2012, 01:22:50 pm
Good. I will need this. The .mjp on the cgplayer-simu is really fast..... O.O :crazy: *.*
Nice job :-)
BTW: you can somehow slow down the player-simulator if you double the display window (right-click on it).
Title: Re: Video player for Casio Prizm
Post by: helder7 on April 08, 2012, 06:55:56 pm
@MPoupe, how many FPS we can get in cgplayer 2 (jpg based) with overclock?
Title: Re: Video player for Casio Prizm
Post by: DJ Omnimaga on April 08, 2012, 07:03:30 pm
Something that would be cool is if someone could convert the Omnimaga tribute videos into cgplayer formats. :D
Title: Re: Video player for Casio Prizm
Post by: MPoupe on April 09, 2012, 06:56:57 am
@MPoupe, how many FPS we can get in cgplayer 2 (jpg based) with overclock?
With 150% overclock I would expect 3 fps :-)
But I have to check how much time is spent in I/O (reading the file), because this can be completely avoided by direct flash access. I would expect 4 fps for that version.
Title: Re: Video player for Casio Prizm
Post by: helder7 on April 09, 2012, 08:31:51 am
CGPlayer2 (JPG) conversion tools

You need Java - http://java.com/en/download/index.jsp
Converter Download Link: http://www.box.com/s/51e982225e2cd4e1338e

How to use?

1-Download .rar file and extract it (on dektop, or at any place)

2-Copy your video to the folder "video" and rename it to cs.extension

Exemples:
old name: casio-scene.wmv
new name cs.wmv

old name: casio-scene.mpg
new name: cs.mpg

3-Open file BatchGUI.jar, click in "Start!" and select your video file in folder video (named cs.extension)

4-wait some seconds until the video frames is extracted
Open folder video and run the file 1-YOUREXTENSION.exe

for exemple, if my video is cs.wmv, i need run the file 1-WMV.exe

then, run file 2-delete_frames.bat to delete all frames and clear the folder video

5- copy cgplayer2.g3a (in package root) and demo.mjp (in folder video) to your prizm, enjoy

Title: Re: Video player for Casio Prizm
Post by: DJ Omnimaga on April 18, 2012, 04:36:07 am
The download link doesn't work Helder7 ???. Mind using a more reliable file upload site, such as Mediafire?

Also MPoupe, would it be possible to make sure the video quality doesn't become too high or even remain as low as possible? This is just in case the video player went under bad hands and caused Casio to block add-ins. The have stated (http://ourl.ca/15410/295807) that they would not block add-ins for now, but if any add-in were made to allow custom images on american models or that any image/video tool able to let people cheat on tests were made (in your video case, the quality is fortunately too poor to allow someone to read answers or notes on the screen), this could lead to extremely bad consequences for the PRIZM community (see what TI is doing with the TI-Nspire, for example). O.O
Title: Re: Video player for Casio Prizm
Post by: MPoupe on April 18, 2012, 10:29:34 am
Also MPoupe, would it be possible to make sure the video quality doesn't become too high or even remain as low as possible? ...
What particular action do you mean I should do?
Title: Re: Video player for Casio Prizm
Post by: DJ Omnimaga on April 19, 2012, 09:44:08 am
Also MPoupe, would it be possible to make sure the video quality doesn't become too high or even remain as low as possible? ...
What particular action do you mean I should do?
Make videos compressed enough to destroy the image quality as much as possible to make any text impossible to read, but still look watchable. Example below (another idea is reducing resolution to 84x48 then scaling the videos back up):
Title: Re: Video player for Casio Prizm
Post by: helder7 on April 19, 2012, 10:07:05 am
new download link avaliable for cgplayer2 convertion tool.

I do not think it necessary to further reduce the quality, because any text in video becomes unreadable when converted, and the calculator will fill up, 15mb is very little space...
Title: Re: Video player for Casio Prizm
Post by: MPoupe on April 19, 2012, 11:34:13 am
Make videos compressed enough to destroy the image quality as much as possible to make any text impossible to read, but still look watchable. Example below (another idea is reducing resolution to 84x48 then scaling the videos back up):
Unfortunately I do not have monopoly to create video. Anyone can create video and I cannot unrelease already released cfgplayer2.
So if I decrease the output quality of the cgplayer2, anyone can downgrade to current version (or simply not upgrade from current version).
Source code is already available.
Title: Re: Video player for Casio Prizm
Post by: DJ Omnimaga on April 19, 2012, 04:24:38 pm
Ok, well currently the quality isn't very high anyway, so I don't think it should be a problem. I was just talking about if you ever discovered a way to have even higher quality at high speed or something.
Title: Re: Video player for Casio Prizm
Post by: MPoupe on April 20, 2012, 10:26:37 am
Ok, well currently the quality isn't very high anyway, so I don't think it should be a problem. I was just talking about if you ever discovered a way to have even higher quality at high speed or something.
OK, this would be easy ;-)
Currently I focus more on FXTerm and I hope it is not an issue :-)
Title: Re: Video player for Casio Prizm
Post by: Spenceboy98 on May 06, 2012, 03:41:02 pm
helder7 asked me to post this. He says that it is a "grayscale video converter for prizm".

http://www.casio-scene.com/showthread.php?1364-Prizm-CGplayer2-and-3-Video-Conversion-Tools&p=12154#post12154 (http://www.casio-scene.com/showthread.php?1364-Prizm-CGplayer2-and-3-Video-Conversion-Tools&p=12154#post12154)

It has both converters, so don't get them confused.
Title: Re: Video player for Casio Prizm
Post by: DJ Omnimaga on May 06, 2012, 06:01:37 pm
Interesting, I'll have to check them out at one point.
Title: Re: Video player for Casio Prizm
Post by: helder7 on August 21, 2012, 10:07:49 am
Some time ago, Martin Poupe released to the public their video player (http://martin.poupe.org/casio/cgplayer/index.html) for casio prizm.
However, he did not release any tool to convert videos (only some instructions), they had to be converted using the command line (http://ourl.ca/12057/283750), what was difficult for normal prizm users.

(http://i.imgur.com/u9yr5.jpg)

I've been working to create an easy way to convert videos, and I come here today (some time ago) to release this conversion tools.

Conversion Tool for cgplayer 2 (jpg based) V2:

Changes:
-New Preview Function

You need:
You need Java - http://java.com/en/download/index.jsp (http://java.com/en/download/index.jsp)
Conversion tool - http://www.multiupload.nl/VMV5LCNNAO (http://www.multiupload.nl/VMV5LCNNAO)
Pc running windows (doesnt work on linux)

Usage:
1-Download .rar file and extract it (on desktop, or at any place)

2-Copy your video to the folder "video" and rename it to cs.extension

Exemples:
old name: helder7.wmv
new name cs.wmv

old name: helder7.mpg
new name: cs.mpg

3-Open file BatchGUI.jar, click in "Start!" and select your video file in folder video (named cs.extension)

4-close BatchGUI.jar wait some seconds until the video frames is extracted

Open folder video and run the file 1-YOUREXTENSION.exe

for exemple, if my video is cs.wmv, i need run the file 1-WMV.exe

then, run file 2-delete_frames.bat to delete all frames and clear the folder video

if you want test the video in pc, open 3-test it.bat (in video folder).

5- copy cgplayer2.g3a (in package root) and demo.mjp (in folder video) to your prizm (in calculator root), enjoy!



Conversion Tool for cgplayer 3 (raw based) NEW!:

You need:
You need Java - http://java.com/en/download/index.jsp (http://java.com/en/download/index.jsp)
Conversion tool - http://www.multiupload.nl/0EWER96MYH (http://www.multiupload.nl/0EWER96MYH) (new link, framerate bug fixed)
Pc running windows (doesnt work on linux)

Usage:
1-Download .rar file and extract it (on desktop, or at any place)
 
 2-Copy your video to the folder "video" and rename it to cs.extension
 
Exemples:
 old name: helder7.wmv
 new name cs.wmv
 
 old name: helder7.mpg
 new name: cs.mpg
 
 3-Open file BatchGUI.jar, click in "Start!" and select your video file in folder video (named cs.extension)
 
 4-close BatchGUI.jar wait some seconds until the video frames is extracted
 
Open folder video and run the file 1-convert_frames.bat (to convert extracted .jpg frames to .pgm)

after open 2-YOUREXTENSION.exe
 
 for exemple, if my video is cs.wmv, i need run the file 2-WMV.exe
 
 then, run file 3-delete_frames.bat to delete all frames and clear the folder video

if you want test the video in pc, open 4-test it.bat (in video folder).
 
 5- copy cgplayer3.g3a (in package root) and demo.mjp (in folder video) to your prizm (in calculator root), enjoy!


Only tested on 2 pcs with windows 7, if you find some bugs, report here...

Reuploaded here at the request of a user.
Title: Re: Video player for Casio Prizm
Post by: MPoupe on August 21, 2012, 11:21:03 am
Some time ago, Martin Poupe released to the public their video player (http://martin.poupe.org/casio/cgplayer/index.html) for casio prizm.
However, he did not release any tool to convert videos (only some instructions), they had to be converted using the command line (http://ourl.ca/12057/283750), what was difficult for normal prizm users.

I've been working to create an easy way to convert videos, and I come here today (some time ago) to release this conversion tools.
Good job !
And thank you for supporting my player :-)
Title: Re: Video player for Casio Prizm
Post by: flyingfisch on August 21, 2012, 11:56:04 am
Pc running windows (doesnt work on linux)

Not even with WINE?
Title: Re: Video player for Casio Prizm
Post by: DJ Omnimaga on August 21, 2012, 01:27:46 pm
Thanks for the upload helder :)
Title: Re: Video player for Casio Prizm
Post by: Hayleia on August 21, 2012, 02:30:01 pm
Many thanks for this tool :D
I never managed to convert any vids for this player but now I think I'll be able to :)

(why can't we uprate more than once ? D:)
Title: Re: Video player for Casio Prizm
Post by: totoyo on August 21, 2012, 02:46:43 pm
I have tried on XP Pro SP3 and it work ! But my video is in black and white...

Title: Re: Video player for Casio Prizm
Post by: Hayleia on August 22, 2012, 05:26:49 am
It worked too on my Windows 7 32 bits, with CGP3, converting a mp4 :)
It works but in black and white. Could it be possible to add color support to the converters ?

edit: also, the compression seems a bit too much :-\
Title: Re: Video player for Casio Prizm
Post by: helder7 on August 22, 2012, 07:47:26 am
CGplayer 2 supports colors, however is very slow, you can expect with 150% overclock 3 fps according to Mpoupe (without overclock maybe 2)

cgplayer 3 only supports Black and white, is more faster, i think you can expect 12fps. I recommend this version!

totoyo, thanks for the video and test :D

Not even with WINE?
1 linux user reported me in my old site, that did not work with wine, however you can test it with wine and say if it worked or not.


BTW: There is also a video player for fx9860 series http://www.planet-casio.com/Fr/forums/topic11429-1-Cr%C3%A9ez-vos-vid%C3%A9os-pour-calculatrices.html  (download links and complete guide dead, I have to do reupload)


Title: Re: Video player for Casio Prizm
Post by: MPoupe on August 22, 2012, 11:46:25 am
cgplayer 3 only supports Black and white, is more faster, i think you can expect 12fps. I recommend this version!
The raw based cgplayer (cgplayer3) supports 16 levels of gray. See screenshot here: http://martin.poupe.org/casio/cgplayer/7.jpg
Title: Re: Video player for Casio Prizm
Post by: Deep Toaster on August 22, 2012, 12:17:22 pm
Have I missed this for nine pages and a year? This is awesome! :o