Package | Description |
---|---|
org.jcodec.api |
Modifier and Type | Class and Description |
---|---|
class |
UnsupportedFormatException
This class is part of JCodec ( www.jcodec.org ) This software is distributed
under FreeBSD License
|
Modifier and Type | Method and Description |
---|---|
static FrameGrab |
FrameGrab.createFrameGrab(SeekableByteChannel _in) |
static Picture |
FrameGrab.getFrameAtSec(File file,
double second)
Get frame at a specified second as JCodec image
|
static Picture |
FrameGrab.getFrameFromChannel(SeekableByteChannel file,
int frameNumber)
Get frame at a specified frame number as JCodec image
|
static Picture |
FrameGrab.getFrameFromChannelAtSec(SeekableByteChannel file,
double second)
Get frame at a specified second as JCodec image
|
static Picture |
FrameGrab.getFrameFromFile(File file,
int frameNumber)
Get frame at a specified frame number as JCodec image
|
static Picture |
FrameGrab.getNativeFrameAtFrame(SeekableDemuxerTrack vt,
ContainerAdaptor decoder,
int frameNumber)
Get a specified frame by number from an already open demuxer track
|
static Picture |
FrameGrab.getNativeFrameAtSec(SeekableDemuxerTrack vt,
ContainerAdaptor decoder,
double second)
Get a specified frame by second from an already open demuxer track
|
static Picture |
FrameGrab.getNativeFrameAtSecSloppy(SeekableDemuxerTrack vt,
ContainerAdaptor decoder,
double second)
Get a specified frame by second from an already open demuxer track (
sloppy mode, i.e.
|
static Picture |
FrameGrab.getNativeFrameSloppy(SeekableDemuxerTrack vt,
ContainerAdaptor decoder,
int frameNumber)
Get a specified frame by number from an already open demuxer track (
sloppy mode, i.e.
|
FrameGrab |
FrameGrab.seekToFramePrecise(int frameNumber)
Position frame grabber to a specific frame in a movie.
|
FrameGrab |
FrameGrab.seekToFrameSloppy(int frameNumber)
Position frame grabber to a specific frame in a movie
Performs a sloppy seek, meaning that it may actually not seek to exact
frame requested, instead it will seek to the closest key frame
NOTE: fast, as it just seeks to the closest previous key frame and
doesn't try to decode frames in the middle
|
FrameGrab |
FrameGrab.seekToSecondPrecise(double second)
Position frame grabber to a specific second in a movie.
|
FrameGrab |
FrameGrab.seekToSecondSloppy(double second)
Position frame grabber to a specific second in a movie.
|
Copyright © 2019. All rights reserved.