Modifier and Type | Method and Description |
---|---|
SeekableDemuxerTrack |
FrameGrab.getVideoTrack() |
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 |
---|---|
static class |
FLVTrackDemuxer.FLVDemuxerTrack |
Modifier and Type | Class and Description |
---|---|
static class |
MKVDemuxer.AudioTrack |
static class |
MKVDemuxer.MkvTrack |
static class |
MKVDemuxer.SubtitlesTrack |
static class |
MKVDemuxer.VideoTrack |
Modifier and Type | Class and Description |
---|---|
class |
AbstractMP4DemuxerTrack
This class is part of JCodec ( www.jcodec.org ) This software is distributed
under FreeBSD License
Shared routines between PCM and Frames tracks
|
class |
CodecMP4DemuxerTrack
This class is part of JCodec ( www.jcodec.org ) This software is distributed
under FreeBSD License
Regular MP4 track containing frames
|
class |
MP4DemuxerTrack
This class is part of JCodec ( www.jcodec.org ) This software is distributed
under FreeBSD License
Regular MP4 track containing frames
|
class |
PCMMP4DemuxerTrack
This class is part of JCodec ( www.jcodec.org ) This software is distributed
under FreeBSD License
Specialized demuxer track for PCM audio samples
Always reads one chunk of frames at a time, except for after seek.
|
Modifier and Type | Class and Description |
---|---|
static class |
MPSRandomAccessDemuxer.Stream |
Modifier and Type | Class and Description |
---|---|
static class |
MXFDemuxer.MXFDemuxerTrack |
Copyright © 2019. All rights reserved.