Package | Description |
---|---|
org.jcodec.api | |
org.jcodec.api.specific |
Modifier and Type | Method and Description |
---|---|
ContainerAdaptor |
FrameGrab.getDecoder() |
Modifier and Type | Method and Description |
---|---|
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.
|
Constructor and Description |
---|
FrameGrab(SeekableDemuxerTrack videoTrack,
ContainerAdaptor decoder) |
Modifier and Type | Class and Description |
---|---|
class |
AVCMP4Adaptor
This class is part of JCodec ( www.jcodec.org ) This software is distributed
under FreeBSD License
High level frame grabber helper.
|
class |
GenericAdaptor
This class is part of JCodec ( www.jcodec.org ) This software is distributed
under FreeBSD License
High level frame grabber helper.
|
Copyright © 2019. All rights reserved.