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
Random Access of Frames in a MOV? (Read 278 times)
Random Access of Frames in a MOV?
Nov 14th, 2008, 5:50pm
 
I'm working on code to create one still that is the average of a handful of frames of an existing MOV file.

A) Is there any way to get the total number of frames in a MOV file?
B) Is there any way to, say, copy frame X to a buffer where X is some fraction of the total frame array size?

EDIT: Found duration() and jump(). (Though, as a note, the link to the documentation for Movie frameRate() seems to be broken.)
Page Index Toggle Pages: 1