public class MBFImageFileBackedVideo extends FileBackedVideo<MBFImage>
currentFrame
Constructor and Description |
---|
MBFImageFileBackedVideo(List<File> files)
Construct the video from the provided files.
|
MBFImageFileBackedVideo(List<File> files,
double fps)
Construct the video from the provided files.
|
MBFImageFileBackedVideo(String filenameFormat,
int start,
int stop)
Construct videos from numbered files using the given format string and
indices.
|
Modifier and Type | Method and Description |
---|---|
protected MBFImage |
loadImage(File f) |
countFrames, getCurrentFrame, getFilesList, getFPS, getHeight, getNextFrame, getTimeStamp, getWidth, hasNextFrame, reset
close, getCurrentFrameIndex, iterator, seek, setCurrentFrameIndex
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public MBFImageFileBackedVideo(List<File> files)
files
- the image filespublic MBFImageFileBackedVideo(List<File> files, double fps)
files
- the image filesfps
- the frame ratepublic MBFImageFileBackedVideo(String filenameFormat, int start, int stop)
filenameFormat
- format stringstart
- starting index (inclusive)stop
- stop index (exclusive)protected MBFImage loadImage(File f) throws IOException
loadImage
in class FileBackedVideo<MBFImage>
IOException