MovieMaker: number of frames or frames-per-second
in
Core Library Questions
•
3 years ago
I've checked out the javadocs and the source code.
The only information you can get of a movie is: mov.duration() (float movie duration in seconds)
Which is useful, but I also need either one of these:
- total number of frames in a video (int)
- frames-per-second (float)
Anybody have or can figure out a method to get this?
Thanks!
2
