We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
Page Index Toggle Pages: 1
video plays choppy (Read 1338 times)
video plays choppy
May 12th, 2005, 4:59pm
 
I got the video to at the click of a button, however the video plays extremely choppy... any suggestions?

I have adjusted the FPS and such no help...
Re: video plays choppy
Reply #1 - May 13th, 2005, 12:02am
 
I second. Video chop, chop is some wierd and wonderful feature of Processing. I've had to resort to handling things frame by frame (ie: get frames into data folder, select them all, rename, and loadImage("import ("+number+").jpg") each one I want to alter into a buffer of PImages).

It was choppy with a movie file with a big image. A smaller image movie file (320,240) seemed fine though, even though the size on disk was twice as large (50mb as opposed to 21mb).

In my experience Processing gets really stroppy about painting big images. But my experience is really limited and it might just be down to my inexperience. Perhaps one of our seniors could clarify?
Re: video plays choppy
Reply #2 - May 13th, 2005, 5:50am
 
yeah, we've been aware of this but i haven't had a chance to work on the movie library.

generally, the video library isn't made for performance, since processing will probably never be all that good at just playing a bunch movies, the point is more to be able to get the pixel data and do things with it.

that said, the current framerates coming back from Movie are ridiculously slow, so it needs to be fixed.

i'm gonna close the thread because it's now in the bugs database, and followup can happen there once the db goes live.
http://processing.org/bugs/show_bug.cgi?id=40
Page Index Toggle Pages: 1