We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Hi there,
Is there any easy solution to get total number of frames in a movie before playback?
For this library: https://github.com/processing/processing-video/
Cheers!
Answers
duration() is not so precise and you have to know original framerate.
Movie's frameRate field is
public
. *-:)Yeah, but still duration/frameRate doesn't give exact number, because of rounding.