public class FImageFileBackedVideo extends FileBackedVideo<FImage>
currentFrame
Constructor and Description |
---|
FImageFileBackedVideo(List<File> files)
Construct the video from the provided files.
|
FImageFileBackedVideo(List<File> files,
double fps)
Construct the video from the provided files.
|
FImageFileBackedVideo(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 FImage |
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 FImageFileBackedVideo(List<File> files)
files
- the image filespublic FImageFileBackedVideo(List<File> files, double fps)
files
- the image filesfps
- the frame ratepublic FImageFileBackedVideo(String filenameFormat, int start, int stop)
filenameFormat
- format stringstart
- starting index (inclusive)stop
- stop index (exclusive)protected FImage loadImage(File f) throws IOException
loadImage
in class FileBackedVideo<FImage>
IOException