Package | Description |
---|---|
org.jcodec.codecs.h264 | |
org.jcodec.containers.mp4.boxes |
Modifier and Type | Method and Description |
---|---|
static AvcCBox |
H264Utils.parseAVCC(VideoSampleEntry vse) |
Modifier and Type | Class and Description |
---|---|
class |
AVC1Box
This class is part of JCodec ( www.jcodec.org )
This software is distributed under FreeBSD License
|
Modifier and Type | Method and Description |
---|---|
static VideoSampleEntry |
VideoSampleEntry.createVideoSampleEntry(Header atom,
short version,
short revision,
String vendor,
int temporalQual,
int spacialQual,
short width,
short height,
long hRes,
long vRes,
short frameCount,
String compressorName,
short depth,
short drefInd,
short clrTbl) |
static VideoSampleEntry |
VideoSampleEntry.videoSampleEntry(String fourcc,
Size size,
String encoderName) |
Copyright © 2019. All rights reserved.