Omnimaga

Calculator Community => Other Calc-Related Projects and Ideas => TI-Nspire => Topic started by: tangrs on March 07, 2012, 05:30:11 am

Title: Nspire Movie Player - alternative to nPlayer
Post by: tangrs on March 07, 2012, 05:30:11 am
Inspired by nPlayer, I spent a long time trying to write an improved video player and looking for a easy way to get compression on the video files.

Today, I managed to incorporate JPEG compression into my program and I'm happy to say, I have managed to bring the file size of a movie file from ~131.84MB per minute (sequential raw bitmaps at 15fps) to a measly ~2.86MB per minute (sequential JPEGs at 15fps).

I can play the whole Rickroll song while only using about 10.5MB for the movie file. Combine that with the ~90MB free space you get on a CX, you could probably fit about a half an hour movie or anime on it.

Although it's a WIP, I probably won't have any time to further improve it (school yah see). The nPlayer developer(s) are welcome to use my ideas and code (code is GPL'd though) to improve nPlayer.

Anyway, here's the video and link to the source code.



Source code (https://github.com/tangrs/Nspire-Movie-Player)
Title: Re: Nspire Movie Player - alternative to nPlayer
Post by: Jonius7 on March 07, 2012, 07:11:00 am
Wow, well done! This definitely reduces files down to a manageable size, and will help greatly. Looking forward to seeing progress on this!
EDIT: Not really sure how to compile this exactly [shrug] :P
Title: Re: Nspire Movie Player - alternative to nPlayer
Post by: Hayleia on March 07, 2012, 11:11:23 am
This looks great !
However, could you post a compiled tns file and some kind of a tutorial so we know how to use it ? ;)
Title: Re: Nspire Movie Player - alternative to nPlayer
Post by: Adriweb on March 07, 2012, 01:04:13 pm
This is awesome, congratulations.

And Critor will be pleased to know somebody successfully got a jpg format reader to compile :)
Title: Re: Nspire Movie Player - alternative to nPlayer
Post by: Lionel Debroux on March 07, 2012, 01:32:32 pm
Good job, as usual ;)

I've created a news about this interesting new development on TI-Planet (http://tiplanet.org/forum/viewtopic.php?f=43&t=8877) , in French.
Title: Re: Nspire Movie Player - alternative to nPlayer
Post by: DJ Omnimaga on March 07, 2012, 02:07:28 pm
Looks nice. Somebody definitively gotta compile this so people can use it immediately. I might eventually post a news too.
Title: Re: Nspire Movie Player - alternative to nPlayer
Post by: Spyro543 on March 07, 2012, 03:35:12 pm
It probably won't work on the older Nspires, right?
Title: Re: Nspire Movie Player - alternative to nPlayer
Post by: cyanophycean314 on March 07, 2012, 05:28:10 pm
Om Nom. Very good! I shall rickrolls my friends now... >:D
Title: Re: Nspire Movie Player - alternative to nPlayer
Post by: Jim Bauwens on March 08, 2012, 03:14:09 am
Very nice work!
Title: Re: Nspire Movie Player - alternative to nPlayer
Post by: tangrs on March 08, 2012, 04:09:54 am
Thanks for the feedback!

I'll polish it up a bit before a binary release since it's quite ugly right now :P I'll probably have it up by the end of tomorrow.

Edit: Thanks to the CX's bigger storage area, I managed to get a full episode of an anime onto the calc!

It probably won't work on the older Nspires, right?

It doesn't take much to port it to the old calcs. I'll get around to it after I polish things up.
Title: Re: Nspire Movie Player - alternative to nPlayer
Post by: tangrs on March 09, 2012, 04:43:10 am
A very early version is ready for use!
Title: Re: Nspire Movie Player - alternative to nPlayer
Post by: annoyingcalc on March 09, 2012, 04:57:45 am
Wow, well done! This definitely reduces files down to a manageable size, and will help greatly. Looking forward to seeing progress on this!
EDIT: Not really sure how to compile this exactly [shrug] :P
thank you

but can I have never gonna give you up in a tns file?
Title: Re: Nspire Movie Player - alternative to nPlayer
Post by: Hayleia on March 09, 2012, 10:03:55 am
A very early version is ready for use!
Yay ! Thanks :D
However, my calc crashed :P
I sent the player, the test video you included and a new ndless.cfg.tns (so it works with file associations) then ran the video. The calc played the video then shut down, and no key responded, except the reset one :P

edit: also, the quitting key is not that obvious :P
edit: also, not everybody has a working Ndless SDK D:. Wouldn't it be possible to have another way to convert videos ?
Title: Re: Nspire Movie Player - alternative to nPlayer
Post by: tangrs on March 09, 2012, 05:57:29 pm
A very early version is ready for use!
Yay ! Thanks :D
However, my calc crashed :P
I sent the player, the test video you included and a new ndless.cfg.tns (so it works with file associations) then ran the video. The calc played the video then shut down, and no key responded, except the reset one :P

edit: also, the quitting key is not that obvious :P
edit: also, not everybody has a working Ndless SDK D:. Wouldn't it be possible to have another way to convert videos ?

Haha, like I said, it's a very early version. Which calc did you run it on? I have yet to test it on classics.

Yep, more polish coming up! I'll change the quitting key on the next release.

You don't need the Ndless SDK to convert videos, you just need a working C compiler to compile the helper program. I understand not everyone has one installed on their system though so I'll try to compile the helper program for Windows and release a binary.
Title: Re: Nspire Movie Player - alternative to nPlayer
Post by: Hayleia on March 10, 2012, 12:55:20 am
Wait, in fact it seems that it didn't crash O.O
But after it ran the video, it diplays a black screen and waits for the 5 key to be pressed.
And when I tried all the keys, I pressed them quickly, maybe it didn't detect it when I pressed it.
Now it is ok, I press 5 at the end and it quits :)

I ran it on a CX CAS

I understand not everyone has one installed on their system though so I'll try to compile the helper program for Windows and release a binary.
Yeah, thanks :D
My sister uses a C compiler but I don't know how it works so I'll wait for your release :P
Title: Re: Nspire Movie Player - alternative to nPlayer
Post by: tangrs on March 10, 2012, 04:06:17 am
New version.

Esc key ends movie instead of '5' and movie rewind issue fixed. Also included a binary version of moviecompile for Windows.
Title: Re: Nspire Movie Player - alternative to nPlayer
Post by: Hayleia on March 10, 2012, 06:56:12 am
Thanks for compiling it :)
Now how exactly do you use the moviecompile.exe ? :P

Quote
Otherwise, if you enjoy more control over the ffmpeg options, make a folder for all your frames. Then compile the helper.c program and copy the executable into your folder.

Change into your directory and run the following command on the command line:

ffmpeg -i /path/to/movie -s qvga -an -r 15 frame-%05d.jpg

This will spit out a whole lot of files. When it finishes, run the moviecompile program and it will produce a file. Copy this to your calculator along with the main program and run it. Make sure the extension ends in .nmp.tns.
Do we put the video in the "folder for all your frames" or do we put frames in it ?
Which format is supported ?
What does "Change into your directory" mean ? :P (I am French)

edit: I didn't understand anything to ffmpeg -.-°
Would it be possible to have a method with SUPER, for example ? It can convert a video into a sequence of JPG images, with 15 fps, etc, which is what you use according to what I understood :)
Title: Re: Nspire Movie Player - alternative to nPlayer
Post by: njaddison on March 12, 2012, 07:52:05 pm
Mon ami Rishi est stupide...
Il n'aime pas ndless.

He is missing out on all of the awesome stuff ndless lets you do, like this.

Also, I have no idea how to compile a sequence of images or whatever. Yeah, and couldn't I use something like super? I don't have ffmpegy thingy or whatever. I just want to be able to easily watch movies on my nspire.
Title: Re: Nspire Movie Player - alternative to nPlayer
Post by: tangrs on March 17, 2012, 05:21:10 am
Sorry for the lack of updates, I've been busy in the past week XD

So basically, here's an update on the situation so far:

The movie player work but it lags... Like a lot. There's two ways out - optimize the compression routines or decode ahead of time somehow and cache the frames.

Both ways, it'll take some time. I'm looking into both options right now. When we get that sorted, we can start working on stuff like fast forward and rewinding.

The other thing on the TODO list is support for the older calculators. This might come a bit later though seeing as I don't have an old Nspire to test with and the emulator image is lost somewhere on my hard drive.

Basically, top priority right now is optimizing the damn thing. Sound 'may' be a possibility through the serial port but given how annoying it is to make a dock connector, I doubt it will be feasible any time soon.

Oh and about the video converting thing, I'll look into a way to make that easier. I'm a Mac/*nix user so most of the instructions were for *nix users.
Title: Re: Nspire Movie Player - alternative to nPlayer
Post by: DJ Omnimaga on March 17, 2012, 02:37:01 pm
Actually I didn't find Super to be any easier than ffmpeg. Most of the times it wouldn't even convert at all and it seemed really picky. X.x

The only way to really make it easier for the user of the video player is that the author of it creates a computer software designed specifically for the video player or at least as easy as it is to create RealSound or FX Audio Player music. In most cases, though, this requires a considerable amount of work for the author and he needs to know a computer language in addition to the Nspire one, so doing this is not very likely to happen.
Title: Re: Nspire Movie Player - alternative to nPlayer
Post by: xacto on April 13, 2012, 11:06:44 pm
Hey tangrs I was wondering how to convert a movie for this. I already have the moviecompile.exe file, but I don't really have a clue how to compile everything in the beginning or what you meant when you said," Go into the source code and change the movie filename. Change into the directory and run make and it should compile everything."
Title: Re: Nspire Movie Player - alternative to nPlayer
Post by: annoyingcalc on April 13, 2012, 11:09:00 pm
with super I get 00001.jpg 00002.jpg not frame-00001.jpg
Title: Re: Nspire Movie Player - alternative to nPlayer
Post by: xacto on April 14, 2012, 10:53:54 pm
also does anyone know how to do this using super?
Title: Re: Nspire Movie Player - alternative to nPlayer
Post by: Hayleia on May 20, 2012, 11:56:56 am
Bump
Any progress on this so we can watch MLP on calc :P ?
Title: Re: Nspire Movie Player - alternative to nPlayer
Post by: Hayleia on May 26, 2012, 01:16:31 pm
Sorry to keep bumping this topic but I don't manage to convert videos.
Using ffmpeg, I can get the frames (named frame-00001.jpg to frame-03032.jpg) but running the moviecompile program does nothing ???
Title: Re: Nspire Movie Player - alternative to nPlayer
Post by: xacto on June 13, 2012, 06:16:44 pm
I was just wondering if anyone could give me the exact link of ffmpeg and instructions on like what to type once ffmpeg is open because I have been dying to try it out but I have absolutely no idea whatsoever on what to do or how to do it. Thanks.
Title: Re: Nspire Movie Player - alternative to nPlayer
Post by: xacto on August 30, 2012, 12:43:58 am
Nevermind about my previous post. I finally was able to make it work. :w00t: So many movies so little memory. I better get started. ;D
Title: Re: Nspire Movie Player - alternative to nPlayer
Post by: DJ Omnimaga on August 30, 2012, 01:07:57 am
It would definitively be nice if there was a quicker and easier way to do it, though. SUPER is hard to download and doesn't work properly with most videos and FFMPEG requires command prompt and typing a lot of parameters. Unless there was an easier way posted before and I missed it/forgot?
Title: Re: Nspire Movie Player - alternative to nPlayer
Post by: xacto on August 31, 2012, 12:14:35 am
I'm actually working on creating a text file on how I did it. When it's done, I'm hoping others will be able use it and achieve the same results. I'll try to get it posted this weekend. Wait, how would you us ffmpeg through command prompt?
Title: Re: Nspire Movie Player - alternative to nPlayer
Post by: MasterGeek on September 16, 2012, 12:52:48 pm
It could be possible to make a "package" of all the files you need (including ffmpeg) and use a batch file to start the process. You would just put the file you want to convert in a certain folder or give it a certain name and open the batch file.
If you want I could make the batch file as I have experience with batch files.
Title: Re: Nspire Movie Player - alternative to nPlayer
Post by: Lionel Debroux on September 16, 2012, 01:03:27 pm
On another, but related topic, porting libmpeg2 to the Nspire platform could be interesting. It was ported years ago to the comparable GP32 (133 MHz ARM processor), http://www.yaronet.com/posts.php?s=57680 .
libmpeg2 has a SDL video backend.
Title: Re: Nspire Movie Player - alternative to nPlayer
Post by: Twilight Sparkle on September 17, 2012, 02:22:28 pm
Porting libmpeg2 surely is interesting, but will it not require more std C syscalls to be added to Ndless ?
http://www.rockbox.org/wiki/PluginMpegplayer contains some useful information in the bottom links regarding libmpeg2, if anyone is interested in it :)
Title: Re: Nspire Movie Player - alternative to nPlayer
Post by: xacto on September 18, 2012, 10:05:27 am
Actually, I decided a about two weeks ago to work on a batch script that would make everything easier. So far it installs MinGW, locates the desired movie, and converts it to the stream of pictures (frame 00001.jpg, frame 00002.jpg, etc). The user just has to provide input for the file locations when prompted. It will also contain ffmpeg when it is finished.
Title: Re: Nspire Movie Player - alternative to nPlayer
Post by: Twilight Sparkle on September 18, 2012, 11:23:14 am
Oh, that sounds nice too :D
Title: Re: Nspire Movie Player - alternative to nPlayer
Post by: caser on September 24, 2012, 12:15:47 am
So how's the batch script going?
Title: Re: Nspire Movie Player - alternative to nPlayer
Post by: xacto on September 24, 2012, 04:39:13 am
I feel like I want to smack myself. The script is great except for one thing: when it comes time to output the files, it is denied. I believe it is because it is attempting to output the files to the script. I have been looking on how to specify the file output location in ffmpeg. Also, I think I'm going to work back on the guide until I can get the script done. Frustratingly enough, I found out while testing out my script, which is over 40 lines, that it only really needs two lines :banghead:. Which is exactly why doing a guide just became so much easier.

EDIT: I know there are a few people who would like to try the Nspire Movie Player out ... And now you can! I have just finished the guide, so feel free to give it a shot. If anyone has any problems, comments, or suggestions, I am more than glad to hear them.

The zip file is attached below.
Due to the size restriction, I had to split the zip file into volumes. Must be opened using WinRar. Simply download all of the attachments to a folder, right click the zip file and click extract.

Edit: Click link to view post containing download link. http://ourl.ca/15452/318629 (http://ourl.ca/15452/318629)
Title: Re: Nspire Movie Player - alternative to nPlayer
Post by: Hayleia on September 24, 2012, 11:12:10 am
Great, I'll try this as soon as I get some free time :D

(Also, I read your pm some day I didn't have time to answer then forgot about it x.x Sorry)

edit: I managed to get a tns file but running it reboots the calc ??? The test.nmp.tns file runs fine however, so the problem must come from the file I generated (which takes 4.19 Mo if that helps)
Title: Re: Nspire Movie Player - alternative to nPlayer
Post by: xacto on September 24, 2012, 07:21:47 pm
It is not a problem. If you start having problems again, send me the text output from running the commands in Command Prompt and I'll see if I can find where you went wrong. Also, the file size depends on the movie. Some of my seven second clips were around 882 KB. So for a file size of 4.19 Mb, your movie should of been about 30 to 33 seconds long I'm guessing.
Title: Re: Nspire Movie Player - alternative to nPlayer
Post by: Hayleia on September 25, 2012, 11:41:15 am
It is not a problem.
Of course it is, the video doesn't run. Launching it reboots the calc then does nothing :-\
Title: Re: Nspire Movie Player - alternative to nPlayer
Post by: xacto on September 25, 2012, 03:46:52 pm
It is not a problem.

When I said that, I was referring to:
(Also, I read your pm some day I didn't have time to answer then forgot about it x.x Sorry)
I forgot to kinda clarify what I was talking about. Like I said earlier, try it again just so you can copy all the text from command prompt. Then save it to Notepad or something, and pm me with the attachment.
Look on the bright side: At least you made it farther than last time.

Has anyone else had any luck or obstacles trying it?
Title: Re: Nspire Movie Player - alternative to nPlayer
Post by: Hayleia on September 26, 2012, 12:02:24 pm
pm me with the attachment.
I think that is not possible to pm attachements, so I give you an image of the answer of the command prompt here :)
The command prompt says that, and a tns file is created but running it crashes.

Look on the bright side: At least you made it farther than last time.
That is true :D
Title: Re: Nspire Movie Player - alternative to nPlayer
Post by: xacto on September 26, 2012, 01:51:24 pm
AHA! I have found the answer! :w00t: I think. Nope. I lost it. Anyways, you might want to change "MovieNameHere" to the actual name that you want the movie to be called. Also, try moving the folder location to your actual hard drive. I am also going to need a screenshot that has all of the output from both commands. Try to include everything listed from the time cmd is opened until the file creation including, the ffmpeg part. If it's to big, you could copy and pm the text as a message. Thanks. Oh and by the way, do you think I should make a guide for converting GIF's to movies? I have found a software that is simple and works pretty well.
Title: Re: Nspire Movie Player - alternative to nPlayer
Post by: Hayleia on September 27, 2012, 12:36:19 pm
Anyways, you might want to change "MovieNameHere" to the actual name that you want the movie to be called.
I did it the first time but when I saw I failed, I made other tries without changing the name.

Also, try moving the folder location to your actual hard drive.
It is on my hard drive, the one called "F:\" ???

I am also going to need a screenshot that has all of the output from both commands.
It created all the frames so I guess the first step worked. Anyways, I'll make another try and send you the output when I have some time :)
Title: Re: Nspire Movie Player - alternative to nPlayer
Post by: xacto on September 27, 2012, 04:15:54 pm
It is on my hard drive, the one called "F:\" ???
Oh. I thought the F:\ drive was a flash drive.
It created all the frames so I guess the first step worked. Anyways, I'll make another try and send you the output when I have some time :)
Ok. No problem. Oh, and what about the gif idea?
Title: Re: Nspire Movie Player - alternative to nPlayer
Post by: Hayleia on September 28, 2012, 01:40:16 pm
It is on my hard drive, the one called "F:\" ???
Oh. I thought the F:\ drive was a flash drive.
Nope, it is a hard drive :)

Oh, and what about the gif idea?
Yeah, I saw on TI-Planet people who asked for a gif player on Nspire, so that would be cool if they could convert their gifs into videos then convert them for NspireMoviePlayer :)


Ok, I made another try and it still didn't work :-\
Here is the total output of the command prompt, in the spoiler.
Spoiler For Spoiler:

F:\TI 83 Plus\NSPIRE CX CAS\NDLESS\nspire movie player v0.1.1\xacto\ffmpeg\
bin>ffmpeg -i "F:\II.mp4" frame-%05d.jpg
ffmpeg version N-43921-ga366bea Copyright (c) 2000-2012 the FFmpeg developers
  built on Aug 26 2012 20:57:47 with gcc 4.7.1 (GCC)
  configuration: --enable-gpl --enable-version3 --disable-pthreads --enable-runt
ime-cpudetect --enable-avisynth --enable-bzlib --enable-frei0r --enable-libass -
-enable-libcelt --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-l
ibfreetype --enable-libgsm --enable-libmp3lame --enable-libnut --enable-libopenj
peg --enable-librtmp --enable-libschroedinger --enable-libspeex --enable-libtheo
ra --enable-libutvideo --enable-libvo-aacenc --enable-libvo-amrwbenc --enable-li
bvorbis --enable-libvpx --enable-libx264 --enable-libxavs --enable-libxvid --ena
ble-zlib
  libavutil      51. 70.100 / 51. 70.100
  libavcodec     54. 54.100 / 54. 54.100
  libavformat    54. 25.104 / 54. 25.104
  libavdevice    54.  2.100 / 54.  2.100
  libavfilter     3. 13.101 /  3. 13.101
  libswscale      2.  1.101 /  2.  1.101
  libswresample   0. 15.100 /  0. 15.100
  libpostproc    52.  0.100 / 52.  0.100
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'F:\II.mp4':
  Metadata:
    major_brand     : mp42
    minor_version   : 0
    compatible_brands: isomavc1mp42
  Duration: 00:00:03.60, start: 0.000000, bitrate: 536 kb/s
    Stream #0:0(und): Audio: aac (mp4a / 0x6134706D), 44100 Hz, stereo, s16, 109
 kb/s
    Metadata:
      handler_name    : (C) 2007 Google Inc. v06.24.2007.
    Stream #0:1(und): Video: h264 (Baseline) (avc1 / 0x31637661), yuv420p, 480x3
60 [SAR 1:1 DAR 4:3], 420 kb/s, 25 fps, 25 tbr, 25k tbn, 50k tbc
    Metadata:
      handler_name    : (C) 2007 Google Inc. v06.24.2007.
Output #0, image2, to 'frame-%05d.jpg':
  Metadata:
    major_brand     : mp42
    minor_version   : 0
    compatible_brands: isomavc1mp42
    encoder         : Lavf54.25.104
    Stream #0:0(und): Video: mjpeg, yuvj420p, 480x360 [SAR 1:1 DAR 4:3], q=2-31,
 200 kb/s, 90k tbn, 25 tbc
    Metadata:
      handler_name    : (C) 2007 Google Inc. v06.24.2007.
Stream mapping:
  Stream #0:1 -> #0:0 (h264 -> mjpeg)
Press [q] to stop, [?] for help
frame=   90 fps=0.0 q=0.0 Lsize=       0kB time=00:00:03.60 bitrate=   0.0kbits/
s
video:607kB audio:0kB subtitle:0 global headers:0kB muxing overhead -100.000000%


F:\TI 83 Plus\NSPIRE CX CAS\NDLESS\nspire movie player v0.1.1\xacto\ffmpeg\
bin>moviecompile "F:\TI 83 Plus\NSPIRE CX CAS\NDLESS\nspire movie player v0
.1.1\xacto\ffmpeg\bin" MovieNameHere.nmp.tns 15

F:\TI 83 Plus\NSPIRE CX CAS\NDLESS\nspire movie player v0.1.1\xacto\ffmpeg\
bin>
edit: karmTI doesn't even want to receive the produced tns, transferring doesn't work. Maybe a header problem or something ??
Title: Re: Nspire Movie Player - alternative to nPlayer
Post by: xacto on September 28, 2012, 06:13:13 pm
I am checking it out know but, I have a quick question for you. Are you only using the files that were in the archive I posted or are you using files that are from before hand?
Title: Re: Nspire Movie Player - alternative to nPlayer
Post by: Hayleia on September 29, 2012, 12:59:18 am
I am checking it out know but, I have a quick question for you. Are you only using the files that were in the archive I posted or are you using files that are from before hand?
Well, I think I use the files from the archive. I unzipped the zip and followed the instructions.
Title: Re: Nspire Movie Player - alternative to nPlayer
Post by: annoyingcalc on September 29, 2012, 01:17:09 pm
cd "C:\Documents and Settings\[username]\My Documents\Downloads\nspiremovieplayer-v0.1.1\ffmpeg-20120919-git-cb3591e-win32-static\bin"
set /p NAME=input file?
ffmpeg -i %NAME% -s qvga -an -r 15 frame-%05d.jpg

this is what I did
I have ffmpeg in the movie player folder
part will be different for win7 users
I put that in a .bat file
the image files should be in the folder
Title: Re: Nspire Movie Player - alternative to nPlayer
Post by: nikitouzz on September 30, 2012, 11:06:04 am
how download the ffmpeg... can you send me a .zip ?
Title: Re: Nspire Movie Player - alternative to nPlayer
Post by: annoyingcalc on September 30, 2012, 12:07:50 pm
google ffmpeg download all of them :/
Title: Re: Nspire Movie Player - alternative to nPlayer
Post by: nikitouzz on September 30, 2012, 12:09:52 pm
I download full file ffmpeg google neither allows me to do the step 6

STEP 1: Find the location of your movie.
STEP 2: WHILE holding Shift, right-click and choose "Copy as Path".
STEP 3: Open Nspire Movies.
STEP 4: Paste at "Paste #1".
STEP 5: Copy command.
STEP 6: Goto "Finally\ffmpeg\bin".
STEP 7: While holding Shift, right-click whitespace and choose "Open Command Window Here".
STEP 8: Paste copied command into Command Prompt. Then press enter.
STEP 9: Goto "Finally\ffmpeg".
STEP 10: While holding Shift, right-click "bin" and choose "Copy as Path".
STEP 11: Go back to Nspire Movies and paste at "Paste #2".
STEP 12: Name the movie whatever you want at "MovieNameHere".
(Spaces are not recognized)
STEP 13: Copy and paste command into Command Prompt. Then press enter.
STEP 14: Go to "Finally\ffmpeg\bin". Type the first few letters of the movie name in the search bar to find it.
STEP 15: Copy your movie. Create a folder on your calculator for the files. Paste. Copy and paste nspiremovieplayer.tns as well. (Finally\MoviePlayer)
Title: Re: Nspire Movie Player - alternative to nPlayet
Post by: xacto on October 01, 2012, 07:18:28 pm
Yeeeeeeeeeesssssssss!!!! I have FINALLY made an automatic converter for the Nspire Movie Player. FINALLY!!!  :w00t: :w00t: :w00t: It was taking me so long I thought I was going to go insane. :crazy: As you can see, I am purely ecstatic. Probably because all the late nights have at last paid off. The link to the updated files are attached below with a copy of the THREE STEP instructions. You can still use the ffmpeg from the previous attachment with this. http://ourl.ca/15452/317652 Once you download all the files, you MUST put the ffmpeg file in the folder named "Finally". Then run the batch script "Conversion Script" ENJOY!

Edit: Added "Finally" folder.
Edit: Fixed minor script error.
Edit: For those who need it, added both versions of WinRAR.
Edit: Uploaded all files as zip on Google Drive. Download and use as is.
Edit: Link was faulty. Changed to working link.
http://xacto.folders.io/Finally
Title: Re: Nspire Movie Player - alternative to nPlayer
Post by: nikitouzz on October 02, 2012, 03:12:58 pm
thanks ;)

I hassle to install ffmpeg, you can put it in attachment or send it to me by PM and explain a little walking to follow?

good jobs :)
Title: Re: Nspire Movie Player - alternative to nPlayer
Post by: xacto on October 02, 2012, 04:42:01 pm
Hey nikitouzz, I just sent you a reply to your message. I'll add the attachment again from last time so its all in one place for you.
Title: Re: Nspire Movie Player - alternative to nPlayer
Post by: nikitouzz on October 03, 2012, 08:27:29 am
"the file is corumpt" I have this message when I can extract the file....
Title: Re: Nspire Movie Player - alternative to nPlayer
Post by: Augs on October 03, 2012, 12:13:16 pm
Which ffmpeg file, there are tons of them. Can someone do a video or detailed instructions. I also do not understand the first instruction.
Title: Re: Nspire Movie Player - alternative to nPlayer
Post by: xacto on October 03, 2012, 01:21:08 pm
Which ffmpeg file, there are tons of them. Can someone do a video or detailed instructions. I also do not understand the first instruction.
There is a ffmpeg zip file and then there are seven ffmpeg.zo# files. Once the ffmpeg zip and the seven ffmpeg.zo# files are in the same folder, open the ffmpeg.ZIP WITH WINRAR, right click the folder and choose extract to specified path. Then select ok. Find the folder and file that was just extracted and move it to the "Finally" folder that you downloaded. I'll try and upload it to an external site later on this afternoon. The link is at the bottom of this post. Thank you all for still trying it though. The first instruction simple. Right click the attachment "Finally" from the other post and choose save as link. When the "Save as" dialog pops up, take note of where it will be saved. That is what you enter for the first prompt. I will try to make a video or a gif for each step soon but I have been pretty tied up with school lately so I don't know when it will be done.
Here is the link for all files and folders. Download and use as is. http://xacto.folders.io/Finally (http://)
Title: Re: Nspire Movie Player - alternative to nPlayer
Post by: nikitouzz on October 03, 2012, 01:49:17 pm
thank's ;) I try to make your instructions :)
Title: Re: Nspire Movie Player - alternative to nPlayer
Post by: xacto on October 08, 2012, 08:38:58 pm
I just realized that script was an older and faulty version so I made the correction. Also realized that the Google Drive wouldn't allow the download so I moved it to a new website as a zip file that actually works. Here is the link. http://xacto.folders.io/Finally
Sorry for any confusion or problems. Also, I am working on gif conversions as well. I'll try to get that out sometime this weekend.
Title: Re: Nspire Movie Player - alternative to nPlayer
Post by: Hayleia on October 09, 2012, 01:05:40 am
I just realized that script was an older and faulty version so I made the correction.
Ah, so this is why it didn't work :P
Anyway, I deciphered the non working script and managed to convert vids thanks to it anyway :D
I'll try if the new one works :)

Thanks for all your work !

edit The link doesn't provide any download ???
Title: Re: Nspire Movie Player - alternative to nPlayer
Post by: xacto on October 10, 2012, 08:35:31 pm
edit The link doesn't provide any download ???
Yeah. Sorry about that. When I uploaded the file, I didn't know I also had to upload it to cloud storage which make the files available when I am not online. I uploaded it to cloud and tried it out so there should not be any more problems.  In addition to the gif script, I'm also working on improving the nPlayer script's efficiency so that user interaction need not be so difficult.
Title: Re: Nspire Movie Player - alternative to nPlayer
Post by: Rhombicuboctahedron on October 10, 2012, 10:47:17 pm
Hey, I thought I’d finally make an account to tell you it works.
http://youtu.be/lZ6twVbhzpg
Not the fastest, or the best quality, but half of the quality is due to my camera.
Thanks for making the converter.
Title: Re: Nspire Movie Player - alternative to nPlayer
Post by: xacto on October 10, 2012, 10:49:14 pm
Thanks. I appreciate it. I'm glad you were successful in using it.
Title: Re: Nspire Movie Player - alternative to nPlayer
Post by: DJ Omnimaga on October 10, 2012, 10:52:22 pm
Wow the quality looks nice. I haven't tried it but it looks definitively better than in the PRIZM vid. Nice job so far. Also welcome to our new members :)
Title: Re: Nspire Movie Player - alternative to nPlayer
Post by: xacto on October 10, 2012, 10:54:20 pm
Thanks. I was wondering though if anyone would happen to know how to use command prompt to download a file from a website as I was trying to make the download process automatic.
Title: Re: Nspire Movie Player - alternative to nPlayer
Post by: Hayleia on October 11, 2012, 01:16:01 am
Thanks. I appreciate it. I'm glad you were successful in using it.
I was successful too :D
Thanks for making people's life easier, and take those well earned +1s ;D
Title: Re: Nspire Movie Player - alternative to nPlayer
Post by: Augs on October 11, 2012, 02:04:12 pm
It says that the video path is wrong. C:\Users\Augs\Downloads\Finally (1)\Finally\ffmpeg\ASDG.wmv That is what I put and I checked if it was the right path. Any help?
Title: Re: Nspire Movie Player - alternative to nPlayer
Post by: Wayne on October 11, 2012, 04:23:35 pm
I think there is a mistake in the conversion-script.cmd file.
It says
Code: [Select]
cd "%FileDirectory%\Finally\ffmpeg1\ffmpeg\bin" but it has to be 
Code: [Select]
cd "%FileDirectory%\Finally\ffmpeg\bin"I attached the edited file ;)
Title: Re: Nspire Movie Player - alternative to nPlayer
Post by: xacto on October 11, 2012, 10:23:23 pm
Ooops. Sorry about that. I had to keep experimenting with nearly identical scripts to produce the final version and I must of mixed up the nearly complete script and the user ready script. It has been fixed so that should no longer be a problem. Also, I'm working on another script that would automatically download the folder and reduce the amount of prompts. Hopefully, I'll finish it this weekend.
I was successful too :D
Thanks for making people's life easier, and take those well earned +1s ;D
You betcha.  ;D So do you think I should go for making a gif script? I'm not sure if people would actually use it.
Title: Re: Nspire Movie Player - alternative to nPlayer
Post by: xacto on October 22, 2012, 01:39:32 am
I wasn't too happy with my last script, since it required the user to have to do the tiresome manual tasks of typing, copying, and pasting, into the command prompt, no less. This fact led to me to believe that it was too time consuming and not worth it. Well, ladies and gentleman, the stressfulness has now been removed: Introducing Finally v2.0!!! Yes, its FINALLY here. ;D Finally v2.0 uses a graphical interface to make you movie converting effortless. It is time to kiss those struggles goodbye. It can be downloaded at the same link as before: http://xacto.folders.io/Finally. However, for Finally v2.0 to be used, it must be extracted in your username subdirectory. For most XP users, that would be C:\Documents and Settings\{username}\Finally. For Vista and Windows 7 users, it should be C:\Users\{username}\Finally. To run it, simply click Auto.exe once extracted and follow the prompts. Feel free to post any questions or ideas for future releases.
Title: Re: Nspire Movie Player - alternative to nPlayer
Post by: Hayleia on October 22, 2012, 02:40:12 am
Does this work on a French Windows 7 ?

I tried it by putting the Finally folder in "C:\Utilisateurs\{username}" (Utilisateurs means Users), launched it, it seemed to work (I mean that there were prompts and all and it said "Done, Thanks" at the end) but then nothing in the output folder ???
Title: Re: Nspire Movie Player - alternative to nPlayer
Post by: DJ Omnimaga on October 22, 2012, 03:56:30 am
Normally it should work regardless of the language, but if your folder names are not the same then I guess that can be problematic. I do remember having troubles running something on a French Windows XP before because it was dependent on English language installs.
Title: Re: Nspire Movie Player - alternative to nPlayer
Post by: lkj on October 22, 2012, 12:04:52 pm
In German installations of windows the real path is still "C:\Users\{username}", only in the GUI it shows up as "Benutzer" instead of "User". I think that should be the same in any language, but I may be wrong.
Title: Re: Nspire Movie Player - alternative to nPlayer
Post by: xacto on October 22, 2012, 01:27:29 pm
Ok. I guess i was not specific enough. It has to go in the the {Username} folder. The one that contains Documents, Downloads, Pictures, etc. picture is attached below.
Title: Re: Nspire Movie Player - alternative to nPlayer
Post by: Hayleia on October 22, 2012, 02:06:06 pm
Well that is exactly where I put it. Launching it asks me to select my movie and to input a name, but then, nothing is produced nowhere: there is nothing in the Output\Frames folder and nothing in the Output\Movie folder.
Title: Re: Nspire Movie Player - alternative to nPlayer
Post by: Augs on October 22, 2012, 03:31:27 pm
Same here.
Title: Re: Nspire Movie Player - alternative to nPlayer
Post by: xacto on October 22, 2012, 09:14:36 pm
Well that sucks. :( I am finishing up a Psychology paper for college so I'll have take a look at the script tomorrow and see where I might have made a mistake.
You said there was nothing in either folder, right?
Quick Checklist:
Is the Finally folder in the folder named after your username?
Did the command prompt window that popped up have a lot of text that looked similar to the text in the attachment below? If not, and the problem persists after running the program twice, it could be that the script will only work on computers that use English. I'll have to go online and find the same commands in German and French and make two separate scripts. It would be helpful though, if someone with a English computer could try out the script and let me know whether or not it worked.
Until then, anyone who was unable to use it will just have to use Finally v1.0.
Title: Re: Nspire Movie Player - alternative to nPlayer
Post by: Hayleia on October 23, 2012, 10:56:53 am
Well that sucks. :( I am finishing up a Psychology paper for college so I'll have take a look at the script tomorrow and see where I might have made a mistake.
Don't worry, there is no hurry ;)

Is the Finally folder in the folder named after your username?
Yes. For example, the bin folder in the Finally folder is at "C:\Users\MyName\Finally\ffmpeg\bin"
(And lkj was right, the path is still "Users" even though it shows "Utilisateurs")

Did the command prompt window that popped up have a lot of text that looked similar to the text in the attachment below?
No. There are appearing commands but they seem to do nothing, as if they were not validated or something.
Title: Re: Nspire Movie Player - alternative to nPlayer
Post by: xacto on October 23, 2012, 01:00:12 pm
Ok. I have a feeling that US, French, and German versions of Windows essentially all have the same environment variables, however, as the language differs, so does the spelling. Therefore, I will have to make a UK, French, and German version of the script which will be pretty easy. I won't be able to do that though unless i get a copy of the environment variables in those languages. The easiest way to do this is to type "set" into your command prompt and hit enter. Depending on the language of your computer the spelling is probably different, so you'll have to mentally translate it and look for a word similar to set. Once it is correctly entered, a screen of text depicting where certain files are located should pop up. Copy all the text in the window, paste it in Notepad, and post the file as an attachment, please. I should be able to make it work with that. Thanks.
Title: Re: Nspire Movie Player - alternative to nPlayer
Post by: Hayleia on October 23, 2012, 01:14:40 pm
Too lazy to put it in Notepad and attach it so I just put it in the spoiler :P

Spoiler For Spoiler:
C:\Users\MyName\Desktop>set
ALLUSERSPROFILE=C:\ProgramData
AMDAPPSDKROOT=C:\Program Files\AMD APP\
APPDATA=C:\Users\MyName\AppData\Roaming
CommonProgramFiles=C:\Program Files\Common Files
COMPUTERNAME=MyName-PC
ComSpec=C:\Windows\system32\cmd.exe
FP_NO_HOST_CHECK=NO
HOMEDRIVE=C:
HOMEPATH=\Users\MyName
LOCALAPPDATA=C:\Users\MyName\AppData\Local
LOGONSERVER=\\MyName-PC
NUMBER_OF_PROCESSORS=4
OS=Windows_NT
Path=C:\Program Files\AMD APP\bin\x86;C:\Windows\system32;C:\Windows;C:\Windows\
System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\ATI T
echnologies\ATI.ACE\Core-Static;C:\PROGRA~1\TIEDUC~1\TI-83P~1\UTILS
PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC
PROCESSOR_ARCHITECTURE=x86
PROCESSOR_IDENTIFIER=x86 Family 6 Model 15 Stepping 11, GenuineIntel
PROCESSOR_LEVEL=6
PROCESSOR_REVISION=0f0b
ProgramData=C:\ProgramData
ProgramFiles=C:\Program Files
PROMPT=$P$G
PSModulePath=C:\Windows\system32\WindowsPowerShell\v1.0\Modules\
PUBLIC=C:\Users\Public
SESSIONNAME=Console
SystemDrive=C:
SystemRoot=C:\Windows
TEMP=C:\Users\MyName\AppData\Local\Temp
TMP=C:\Users\MyName\AppData\Local\Temp
USERDOMAIN=MyName-PC
USERNAME=MyName
USERPROFILE=C:\Users\MyName
windir=C:\Windows
windows_tracing_flags=3
windows_tracing_logfile=C:\BVTBin\Tests\installpackage\csilogfile.log

C:\Users\MyName\Desktop>

edit note that I opened the cmd in the Desktop, not in the Finally folder, if it has an importance
Title: Re: Nspire Movie Player - alternative to nPlayer
Post by: xacto on October 23, 2012, 01:16:12 pm
Strange... Did you try running a few times? Augs told me it worked for him after a couple tries.
Title: Re: Nspire Movie Player - alternative to nPlayer
Post by: Hayleia on October 23, 2012, 01:18:08 pm
Strange... Did you try running it twice? Augs told me it worked for him after a few tries.
Yes, I tried several times.
The first time, it asked me twice to select my video, and opened a cmd each time. Then it said that it worked but produced nothing.
The second time, it only asked me once and opened one cmd, said it worked but still nothing in the Output.
And I don't remember the following ones -.-°
Title: Re: Nspire Movie Player - alternative to nPlayer
Post by: xacto on October 23, 2012, 01:19:06 pm
What is the file path of "Auto.exe"?
Title: Re: Nspire Movie Player - alternative to nPlayer
Post by: Hayleia on October 23, 2012, 01:21:33 pm
"C:\Users\MyName\Finally\Auto.exe"
Title: Re: Nspire Movie Player - alternative to nPlayer
Post by: xacto on October 23, 2012, 01:23:04 pm
Is the C drive your main hard drive? Like where Windows is installed?
Title: Re: Nspire Movie Player - alternative to nPlayer
Post by: lkj on October 23, 2012, 01:24:44 pm
The easiest way to do this is to type "set" into your command prompt and hit enter. Depending on the language of your computer the spelling is probably different, so you'll have to mentally translate it and look for a word similar to set.
Things like cmd commands are the same on every windows computer, no matter which language.
My environment variables also have the same names as Hayleia's.
Title: Re: Nspire Movie Player - alternative to nPlayer
Post by: Augs on October 23, 2012, 01:25:07 pm
The problem is that it only works on the first time using it. Also, make sure to:

A)extract it
B)not have a finally folder within another one.
  eg: /users/yourname/finally/finally/
  This happens because some people press "extract to /finally/" on winRAR which makes this happen
C) Have it in your user name folder

Note: The other time you run it, it asks for the video twice. And then it does not work.
Title: Re: Nspire Movie Player - alternative to nPlayer
Post by: Hayleia on October 23, 2012, 01:25:35 pm
I guess so, according to what I see in the file browser (it is me father who installed this PC so I don't really know, but I guess so since there is a window icon on it)

edit
Augs, I did all of that and it didn't work
Title: Re: Nspire Movie Player - alternative to nPlayer
Post by: xacto on October 23, 2012, 01:29:18 pm
Hmmmm? I'll have to check later on tonight. My Psych class starts in five minutes. lkj and Augs thanks for the feedback. I'll have to keep rerunning the script to find the problem.
Title: Re: Nspire Movie Player - alternative to nPlayer
Post by: Hayleia on October 23, 2012, 01:34:47 pm
Hmmmm? I'll have to check later on tonight. My Psych class starts in five minutes. lkj and Augs thanks for the feedback. I'll have to keep rerunning the script to find the problem.
Don't worry, there is no hurry ;)
I can compile them by hand using the command prompt without automatic scripts anyway. It would just be much more convenient (for me but also for others) to use your script :)
Title: Re: Nspire Movie Player - alternative to nPlayer
Post by: Augs on October 23, 2012, 01:39:56 pm
Augs, I did all of that and it didn't work

Then I don't know what made mine work.
Title: Re: Nspire Movie Player - alternative to nPlayer
Post by: xacto on October 23, 2012, 03:11:41 pm
Since it has just been released, any fixes in the program would be much easier and faster if there was more feedback from people who have tried it. I'll keep looking though.
Title: Re: Nspire Movie Player - alternative to nPlayer
Post by: joao9856 on October 26, 2012, 02:42:18 pm
whats the the final video extension? and does it support .rmvb?
Title: Re: Nspire Movie Player - alternative to nPlayer
Post by: xacto on November 03, 2012, 02:03:20 am
whats the the final video extension? and does it support .rmvb?
Nearly all movie types are supported. However, I haven't added all of the extensions yet, so certain movie types might not visible when choosing a movie. If this happens, simply click on the bar that say "Movie Files" and select the "All Files" option instead. That should fix any problems with certain movies not appearing. A picture is attached below for clarification.
Additionally, I have uploaded the newest version which fixed a major flaw that prevented Finally v2.. from working. Downloading the newest zip from https://xacto.folders.io/Finally (https://xacto.folders.io/Finally) is required to ensure functionality, as some files and folders have been created/deleted, and the script has been revised. If you have a movie extension that is not included in the graphical menu, feel free to post it and I will add them accordingly.
Also, make sure to:
A)extract it
B)not have a finally folder within another one.
  eg: /users/yourname/finally/finally/
  This happens because some people press "extract to /finally/" on winRAR which makes this happen
C) Have it in your user name folder
EDIT: I just happened to be reading a couple of posts on tiplanet.org and I found out there is a way to have high quality videos that aren't affected by jpeg compression. (Thanks Hayleia) Included in the zip file is a Finally 2.1 LQ and a Finally 2.2 HQ. Now you can watch your videos in the same quality they were downloaded.
EDIT: GIF support should be implemented soon.
Title: Re: Nspire Movie Player - alternative to nPlayer
Post by: Hayleia on November 03, 2012, 03:30:19 am
Additionally, I have uploaded the newest version which fixed a major flaw that prevented Finally v2.. from working. Downloading the newest zip from https://xacto.folders.io/Finally (https://xacto.folders.io/Finally) is required to ensure functionality, as some files and folders have been created/deleted, and the script has been revised.
Great, I'll try this ASAP :D

EDIT: I just happened to be reading a couple of posts on tiplanet.org and I found out there is a way to have high quality videos that aren't affected by jpeg compression. (Thanks Hayleia)
Glad to have helped ;D

EDIT: GIF support should be implemented soon.
Very good idea :)
Especially with NspireMoviePlayer since it loops.
Title: Re: Nspire Movie Player - alternative to nPlayer
Post by: xacto on November 03, 2012, 01:01:56 pm
Great, I'll try this ASAP :D
Ok. Hopefully you shouldn't have any trouble.
EDIT: GIF support should be implemented soon.
Very good idea :)
Especially with NspireMoviePlayer since it loops.
If anyone knows about a good and simple gif to movie converter that supports command line processing, please let me know.
Title: Re: Nspire Movie Player - alternative to nPlayer
Post by: Lionel Debroux on April 02, 2013, 08:38:30 am
Have you installed ffmpeg, and is it in your PATH ?
Title: Re: Nspire Movie Player - alternative to nPlayer
Post by: JamesWalter on April 02, 2013, 08:47:14 am
I installed FFmpeg, what is PATH, most I know is that it is system environment variables :banghead:

EDIT: I put FFmpeg in Path. When I ran the program it says,"Could not open file : C:\ffmpeg\Finally\output\Frames\frame-00001.jpg
av_interleaved_write_frame()\output error. When running Finally 2.2 it says "cho is not recognized as an internal or external command" and option "sameq" was removed.
Title: Re: Nspire Movie Player - alternative to nPlayer
Post by: Akif on April 23, 2013, 11:22:50 am
Can anyone help me? When ever I try to convert a video with xacto's automatic thingy I always get this error: "'ffmped' is not recognized as an internal or externlal command, operable program or batch file". What's wrong? Do I need ffmpeg installed or something? Sorry to be a noob, but then how do I get it and install it? Any help would be greatly appreciated.

Here is a picture of the error:

(http://img7.imageshack.us/img7/6348/23apr1351659pm.jpg)
Title: Re: Nspire Movie Player - alternative to nPlayer
Post by: Rhombicuboctahedron on April 23, 2013, 12:10:26 pm
If you look a few posts up there is a better version that is more user-friendly.
All you have to click is Finally 2.1 LQ.exe or Finally 2.1 HQ.exe, and not have to use confusing command prompts.
However, I did run into problems with it not being able to find ffmpeg so I had to copy every thing from the folder into the main folder.
Title: Re: Nspire Movie Player - alternative to nPlayer
Post by: Adriweb on April 23, 2013, 12:11:43 pm
Download, extract (and install if needed) ffmpeg :)
Title: Re: Nspire Movie Player - alternative to nPlayer
Post by: Akif on April 23, 2013, 06:12:55 pm
Thanks, I don't think I had ffmpeg installed. Do you know where I can get it though? And for the videos to work properly, do you need to be running Ndless 3.0? I have Ndless 3.1 installed.
Title: Re: Nspire Movie Player - alternative to nPlayer
Post by: xacto on April 23, 2013, 09:04:34 pm
Hi. Sorry about that.
Like Rhombicuboctahedron mention, everything you need is in the friendlier version. Just download Finally.zip file and you will find everything in it, INCLUDING ffmpeg. Make sure you followed the "NOTE:" part in the Three Step Instructions.txt file. If you are still having problems, let me know.
Title: Re: Nspire Movie Player - alternative to nPlayer
Post by: Akif on April 29, 2013, 12:33:17 pm
Hi!

Thanks for trying to help, but it didn't work. I tried to open the ffmpeg.exe that was in the zip, as well as pretty much all the other executable files, but all that happens is that a dialog box opens for one fifth of a second, and then disappears. Nothing else. And it still shows the same error.

If anyone has it, the main reason for me wanting to be able to make the .tns movie files was because of the rickrolling video. Does anyone have a Rickroll.tns? If so, could you upload it here? It'd be appreciated. Thanks.
Title: Re: Nspire Movie Player - alternative to nPlayer
Post by: xacto on April 29, 2013, 02:44:26 pm
Weird, all the appropriate windows showed up when I ran them. Did you extract the Finally folder and then run one of the three programs or did you just run it directly from the zip file? Also, FFmpeg will not run by itself. It will only work if you run one of the three programs: Finally 2.1 LQ.exe, Finally 2.2 HQ.exe, or Conversion Script.cmd.
Title: Re: Nspire Movie Player - alternative to nPlayer
Post by: Rhombicuboctahedron on April 29, 2013, 10:42:54 pm
You need the unzipped file in your username directory and only one folder of Finally
It should be something like C:\Users\YourName\Finally, not C:\Users\YourName\Finally\Finally, which you might get on first unzipping it. Also, as I said above, I ended up placing all of the ffmpeg folder files in the Finally folder, but you may not need to. Click the LQ or HQ executable file. For some reason it asks you to choose the movie twice, and it might stop working if you press OK before it finishes, but other than that it should work.
I tried to make one a file for you, but it is too large to post.
Title: Re: Nspire Movie Player - alternative to nPlayer
Post by: Spenceboy98 on April 29, 2013, 11:54:50 pm
I was bored so I put asdfmovie5 on my calc. Tis a lot faster than the gif shows.
(http://img.removedfromgame.com/imgs/1-PIXELTEST.GIF)
Title: Re: Nspire Movie Player - alternative to nPlayer
Post by: Akif on May 15, 2013, 04:35:53 pm
Awesome, could you upload the .tns file please?
Title: Re: Nspire Movie Player - alternative to nPlayer
Post by: Spenceboy98 on May 15, 2013, 06:02:31 pm
Awesome, could you upload the .tns file please?
Sure. Here(too big to attach): http://www.mediafire.com/?zesps9ji4acrfmy
Title: Re: Nspire Movie Player - alternative to nPlayer
Post by: Akif on May 20, 2013, 04:31:19 pm
Awesome, could you upload the .tns file please?
Sure. Here(too big to attach): http://www.mediafire.com/?zesps9ji4acrfmy

THanks! Do you also have a Rickroll .tns file that I could download?