| Package | Description |
|---|---|
| org.jcodec.api | |
| org.jcodec.api.transcode | |
| org.jcodec.common |
| Constructor and Description |
|---|
SequenceEncoder(SeekableByteChannel out,
Rational fps,
Format outputFormat,
Codec outputVideoCodec,
Codec outputAudioCodec) |
| Modifier and Type | Method and Description |
|---|---|
static Set<Format> |
TranscodeMain.formats(Format... formats) |
| Modifier and Type | Method and Description |
|---|---|
static SinkImpl |
SinkImpl.createWithStream(SeekableByteChannel destStream,
Format outputFormat,
Codec outputVideoCodec,
Codec outputAudioCodec) |
static Set<Format> |
TranscodeMain.formats(Format... formats) |
| Constructor and Description |
|---|
SinkImpl(String destName,
Format outputFormat,
Codec outputVideoCodec,
Codec outputAudioCodec) |
SourceImpl(String sourceName,
Format inputFormat,
Tuple._3<Integer,Integer,Codec> inputVideoCodec,
Tuple._3<Integer,Integer,Codec> inputAudioCodec) |
| Modifier and Type | Method and Description |
|---|---|
static Format |
JCodecUtil.detectFormat(File f) |
static Format |
JCodecUtil.detectFormatBuffer(ByteBuffer b) |
static Format |
JCodecUtil.detectFormatChannel(ReadableByteChannel f) |
static Format |
Format.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Format[] |
Format.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Demuxer |
JCodecUtil.createDemuxer(Format format,
File input) |
Copyright © 2018. All rights reserved.