Package | Description |
---|---|
org.jcodec.api |
Modifier and Type | Method and Description |
---|---|
static FrameGrab |
FrameGrab.createFrameGrab(SeekableByteChannel _in) |
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.