Author Topic: Nspire Movie Player - alternative to nPlayer  (Read 49750 times)

0 Members and 1 Guest are viewing this topic.

Offline xacto

  • LV3 Member (Next: 100)
  • ***
  • Posts: 68
  • Rating: +10/-0
    • View Profile
Re: Nspire Movie Player - alternative to nPlayer
« Reply #45 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?

Offline Hayleia

  • Programming Absol
  • Coder Of Tomorrow
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3367
  • Rating: +393/-7
    • View Profile
Re: Nspire Movie Player - alternative to nPlayer
« Reply #46 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.
I own: 83+ ; 84+SE ; 76.fr ; CX CAS ; Prizm ; 84+CSE
Sorry if I answer with something that seems unrelated, English is not my primary language and I might not have understood well. Sorry if I make English mistakes too.

click here to know where you got your last +1s

Offline annoyingcalc

  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1953
  • Rating: +140/-72
  • Found in Eclipse.exe
    • View Profile
Re: Nspire Movie Player - alternative to nPlayer
« Reply #47 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
This used to contain a signature.

Offline nikitouzz

  • LV5 Advanced (Next: 300)
  • *****
  • Posts: 215
  • Rating: +22/-1
    • View Profile
Re: Nspire Movie Player - alternative to nPlayer
« Reply #48 on: September 30, 2012, 11:06:04 am »
how download the ffmpeg... can you send me a .zip ?
mes records personels :

2x2x2 : 2.18 secondes / 2x2x2 une main : 21.15 secondes / 2x2x2 yeux bandés : 47.59
3x3x3 : 5.97 secondes / 3x3x3 une main : 49.86 secondes
4x4x4 : 1.49 minutes / 4x4x4 une main : 6.50 minutes
5x5x5 : 4.10 minutes / 5x5x5 une main : 18.02 minutes
6x6x6 : 8.10 minutes
7x7x7 : 16.03 minutes
9x9x9 : 58.26 minutes

megaminx : 5.59 minutes / pyraminx : 7.91 secondes / square-one : 1.07 minutes

Offline annoyingcalc

  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1953
  • Rating: +140/-72
  • Found in Eclipse.exe
    • View Profile
Re: Nspire Movie Player - alternative to nPlayer
« Reply #49 on: September 30, 2012, 12:07:50 pm »
google ffmpeg download all of them :/
This used to contain a signature.

Offline nikitouzz

  • LV5 Advanced (Next: 300)
  • *****
  • Posts: 215
  • Rating: +22/-1
    • View Profile
Re: Nspire Movie Player - alternative to nPlayer
« Reply #50 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)
mes records personels :

2x2x2 : 2.18 secondes / 2x2x2 une main : 21.15 secondes / 2x2x2 yeux bandés : 47.59
3x3x3 : 5.97 secondes / 3x3x3 une main : 49.86 secondes
4x4x4 : 1.49 minutes / 4x4x4 une main : 6.50 minutes
5x5x5 : 4.10 minutes / 5x5x5 une main : 18.02 minutes
6x6x6 : 8.10 minutes
7x7x7 : 16.03 minutes
9x9x9 : 58.26 minutes

megaminx : 5.59 minutes / pyraminx : 7.91 secondes / square-one : 1.07 minutes

Offline xacto

  • LV3 Member (Next: 100)
  • ***
  • Posts: 68
  • Rating: +10/-0
    • View Profile
Re: Nspire Movie Player - alternative to nPlayet
« Reply #51 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
« Last Edit: October 12, 2012, 03:52:34 pm by xacto »

Offline nikitouzz

  • LV5 Advanced (Next: 300)
  • *****
  • Posts: 215
  • Rating: +22/-1
    • View Profile
Re: Nspire Movie Player - alternative to nPlayer
« Reply #52 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 :)
« Last Edit: October 02, 2012, 04:11:49 pm by nikitouzz »
mes records personels :

2x2x2 : 2.18 secondes / 2x2x2 une main : 21.15 secondes / 2x2x2 yeux bandés : 47.59
3x3x3 : 5.97 secondes / 3x3x3 une main : 49.86 secondes
4x4x4 : 1.49 minutes / 4x4x4 une main : 6.50 minutes
5x5x5 : 4.10 minutes / 5x5x5 une main : 18.02 minutes
6x6x6 : 8.10 minutes
7x7x7 : 16.03 minutes
9x9x9 : 58.26 minutes

megaminx : 5.59 minutes / pyraminx : 7.91 secondes / square-one : 1.07 minutes

Offline xacto

  • LV3 Member (Next: 100)
  • ***
  • Posts: 68
  • Rating: +10/-0
    • View Profile
Re: Nspire Movie Player - alternative to nPlayer
« Reply #53 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.
« Last Edit: October 02, 2012, 04:43:13 pm by xacto »

Offline nikitouzz

  • LV5 Advanced (Next: 300)
  • *****
  • Posts: 215
  • Rating: +22/-1
    • View Profile
Re: Nspire Movie Player - alternative to nPlayer
« Reply #54 on: October 03, 2012, 08:27:29 am »
"the file is corumpt" I have this message when I can extract the file....
mes records personels :

2x2x2 : 2.18 secondes / 2x2x2 une main : 21.15 secondes / 2x2x2 yeux bandés : 47.59
3x3x3 : 5.97 secondes / 3x3x3 une main : 49.86 secondes
4x4x4 : 1.49 minutes / 4x4x4 une main : 6.50 minutes
5x5x5 : 4.10 minutes / 5x5x5 une main : 18.02 minutes
6x6x6 : 8.10 minutes
7x7x7 : 16.03 minutes
9x9x9 : 58.26 minutes

megaminx : 5.59 minutes / pyraminx : 7.91 secondes / square-one : 1.07 minutes

Offline Augs

  • LV6 Super Member (Next: 500)
  • ******
  • Posts: 306
  • Rating: +30/-29
    • View Profile
Re: Nspire Movie Player - alternative to nPlayer
« Reply #55 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.

Offline xacto

  • LV3 Member (Next: 100)
  • ***
  • Posts: 68
  • Rating: +10/-0
    • View Profile
Re: Nspire Movie Player - alternative to nPlayer
« Reply #56 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
« Last Edit: October 12, 2012, 03:50:49 pm by xacto »

Offline nikitouzz

  • LV5 Advanced (Next: 300)
  • *****
  • Posts: 215
  • Rating: +22/-1
    • View Profile
Re: Nspire Movie Player - alternative to nPlayer
« Reply #57 on: October 03, 2012, 01:49:17 pm »
thank's ;) I try to make your instructions :)
mes records personels :

2x2x2 : 2.18 secondes / 2x2x2 une main : 21.15 secondes / 2x2x2 yeux bandés : 47.59
3x3x3 : 5.97 secondes / 3x3x3 une main : 49.86 secondes
4x4x4 : 1.49 minutes / 4x4x4 une main : 6.50 minutes
5x5x5 : 4.10 minutes / 5x5x5 une main : 18.02 minutes
6x6x6 : 8.10 minutes
7x7x7 : 16.03 minutes
9x9x9 : 58.26 minutes

megaminx : 5.59 minutes / pyraminx : 7.91 secondes / square-one : 1.07 minutes

Offline xacto

  • LV3 Member (Next: 100)
  • ***
  • Posts: 68
  • Rating: +10/-0
    • View Profile
Re: Nspire Movie Player - alternative to nPlayer
« Reply #58 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.

Offline Hayleia

  • Programming Absol
  • Coder Of Tomorrow
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3367
  • Rating: +393/-7
    • View Profile
Re: Nspire Movie Player - alternative to nPlayer
« Reply #59 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 ???
« Last Edit: October 09, 2012, 01:06:42 am by Hayleia »
I own: 83+ ; 84+SE ; 76.fr ; CX CAS ; Prizm ; 84+CSE
Sorry if I answer with something that seems unrelated, English is not my primary language and I might not have understood well. Sorry if I make English mistakes too.

click here to know where you got your last +1s