public class FFMpegLoader extends Object
Modifier and Type | Class and Description |
---|---|
static class |
FFMpegLoader.ImageMode |
Constructor and Description |
---|
FFMpegLoader(byte[] ibytes) |
FFMpegLoader(String filename) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
protected void |
finalize() |
double |
getFrameRate() |
ImageStack |
getImage() |
int |
getImageHeight() |
int |
getImageWidth() |
int |
getLengthInFrames() |
long |
getLengthInTime() |
int |
getPixelFormat() |
void |
grab() |
Frame |
grabFrame() |
boolean |
isDeinterlace() |
void |
release() |
void |
saveFrame(int iFrame,
FFMPGByteAcceptor acceptor) |
void |
setChannelCount(int chcount) |
void |
setChannelNum(int chnum) |
void |
setDeinterlace(boolean deinterlace) |
void |
setFrameNumber(int frameNumber) |
void |
setTimestamp(long time_stamp) |
void |
start() |
void |
startUnsafe() |
void |
stop() |
public FFMpegLoader(String filename)
public FFMpegLoader(byte[] ibytes)
public ImageStack getImage()
protected void finalize() throws Throwable
public int getImageWidth()
public int getImageHeight()
public boolean isDeinterlace()
public void setDeinterlace(boolean deinterlace)
public void setChannelNum(int chnum)
public void setChannelCount(int chcount)
public int getPixelFormat()
public double getFrameRate()
public int getLengthInFrames()
public long getLengthInTime()
public void saveFrame(int iFrame, FFMPGByteAcceptor acceptor) throws Exception
Exception
Copyright © 2015–2021 Fiji. All rights reserved.