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

0 Members and 2 Guests are viewing this topic.

Offline Spenceboy98

  • LV7 Elite (Next: 700)
  • *******
  • Posts: 547
  • Rating: +59/-2
    • View Profile
Re: Video player for Casio Prizm
« Reply #60 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?
« Last Edit: February 16, 2012, 09:38:23 pm by Spenceboy98 »
I like milk.

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55941
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: Video player for Casio Prizm
« Reply #61 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.
« Last Edit: February 19, 2012, 03:31:36 am by DJ_O »

Offline shmibs

  • しらす丼
  • Administrator
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2132
  • Rating: +281/-3
  • try to be ok, ok?
    • View Profile
    • shmibbles.me
Re: Video player for Casio Prizm
« Reply #62 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
« Last Edit: February 19, 2012, 04:23:13 am by shmibs »

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55941
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: Video player for Casio Prizm
« Reply #63 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)?

Offline shmibs

  • しらす丼
  • Administrator
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2132
  • Rating: +281/-3
  • try to be ok, ok?
    • View Profile
    • shmibbles.me
Re: Video player for Casio Prizm
« Reply #64 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/
« Last Edit: February 19, 2012, 05:42:25 am by shmibs »

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55941
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: Video player for Casio Prizm
« Reply #65 on: February 19, 2012, 05:35:53 am »
Ah ok thanks :)

Offline Spenceboy98

  • LV7 Elite (Next: 700)
  • *******
  • Posts: 547
  • Rating: +59/-2
    • View Profile
Re: Video player for Casio Prizm
« Reply #66 on: February 19, 2012, 07:20:03 pm »
This is too frustrating! I still don't know how to extract the frames!
I like milk.

Offline helder7

  • LV4 Regular (Next: 200)
  • ****
  • Posts: 185
  • Rating: +33/-1
    • View Profile
Re: Video player for Casio Prizm
« Reply #67 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...)

Offline shmibs

  • しらす丼
  • Administrator
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2132
  • Rating: +281/-3
  • try to be ok, ok?
    • View Profile
    • shmibbles.me
Re: Video player for Casio Prizm
« Reply #68 on: February 20, 2012, 06:27:05 pm »
just use ffmpeg, like i suggested. it's simple. download and extract this
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
« Last Edit: February 20, 2012, 06:33:43 pm by shmibs »

Offline helder7

  • LV4 Regular (Next: 200)
  • ****
  • Posts: 185
  • Rating: +33/-1
    • View Profile
Re: Video player for Casio Prizm
« Reply #69 on: February 20, 2012, 07:16:19 pm »
just use ffmpeg, like i suggested. it's simple. download and extract this
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)

« Last Edit: February 20, 2012, 07:17:30 pm by helder7 »

Offline Spenceboy98

  • LV7 Elite (Next: 700)
  • *******
  • Posts: 547
  • Rating: +59/-2
    • View Profile
Re: Video player for Casio Prizm
« Reply #70 on: February 20, 2012, 09:25:01 pm »
How do I compile it for my Prizm? do I Open it in command prompt?
.
« Last Edit: February 20, 2012, 09:47:07 pm by Spenceboy98 »
I like milk.

Offline helder7

  • LV4 Regular (Next: 200)
  • ****
  • Posts: 185
  • Rating: +33/-1
    • View Profile
Re: Video player for Casio Prizm
« Reply #71 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
« Last Edit: February 21, 2012, 01:22:19 pm by helder7 »

Offline Spenceboy98

  • LV7 Elite (Next: 700)
  • *******
  • Posts: 547
  • Rating: +59/-2
    • View Profile
Re: Video player for Casio Prizm
« Reply #72 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?
I like milk.

Offline Yeong

  • Not a bridge
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3739
  • Rating: +278/-12
  • Survivor of Apocalypse
    • View Profile
Re: Video player for Casio Prizm
« Reply #73 on: February 21, 2012, 05:58:35 pm »
install g++?
If you did, you'll probably have to specify the location of it.
Sig wipe!

Offline willrandship

  • Omnimagus of the Multi-Base.
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2953
  • Rating: +98/-13
  • Insert sugar to begin programming subroutine.
    • View Profile
Re: Video player for Casio Prizm
« Reply #74 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)