| Constructor and Description |
|---|
SequenceEncoder(SeekableByteChannel out,
Rational fps,
Format outputFormat,
Codec outputVideoCodec,
Codec outputAudioCodec) |
| Modifier and Type | Method and Description |
|---|---|
static Set<Codec> |
TranscodeMain.codecs(Codec... codecs) |
Tuple._3<Integer,Integer,Codec> |
SourceImpl.getInputAudioCode() |
Tuple._3<Integer,Integer,Codec> |
SourceImpl.getIntputVideoCodec() |
| Modifier and Type | Method and Description |
|---|---|
static Set<Codec> |
TranscodeMain.codecs(Codec... codecs) |
static SinkImpl |
SinkImpl.createWithStream(SeekableByteChannel destStream,
Format outputFormat,
Codec outputVideoCodec,
Codec outputAudioCodec) |
| Constructor and Description |
|---|
SinkImpl(String destName,
Format outputFormat,
Codec outputVideoCodec,
Codec outputAudioCodec) |
| Constructor and Description |
|---|
SourceImpl(String sourceName,
Format inputFormat,
Tuple._3<Integer,Integer,Codec> inputVideoCodec,
Tuple._3<Integer,Integer,Codec> inputAudioCodec) |
SourceImpl(String sourceName,
Format inputFormat,
Tuple._3<Integer,Integer,Codec> inputVideoCodec,
Tuple._3<Integer,Integer,Codec> inputAudioCodec) |
| Modifier and Type | Method and Description |
|---|---|
MuxerTrack |
IVFMuxer.addAudioTrack(Codec codec,
AudioCodecMeta meta) |
MuxerTrack |
IVFMuxer.addVideoTrack(Codec codec,
VideoCodecMeta meta) |
| Modifier and Type | Method and Description |
|---|---|
MuxerTrack |
WavMuxer.addAudioTrack(Codec codec,
AudioCodecMeta meta) |
MuxerTrack |
WavMuxer.addVideoTrack(Codec codec,
VideoCodecMeta meta) |
| Modifier and Type | Method and Description |
|---|---|
MuxerTrack |
Y4MMuxer.addAudioTrack(Codec codec,
AudioCodecMeta meta) |
MuxerTrack |
Y4MMuxer.addVideoTrack(Codec codec,
VideoCodecMeta meta) |
| Modifier and Type | Method and Description |
|---|---|
static Codec |
Codec.codecByFourcc(String fourcc) |
static Codec |
JCodecUtil.detectDecoder(ByteBuffer b) |
Codec |
DemuxerTrackMeta.getCodec() |
static Codec |
Codec.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Codec[] |
Codec.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
MuxerTrack |
Muxer.addAudioTrack(Codec codec,
AudioCodecMeta meta)
Adds an audio track and stores the provided metadata fields inside the
container.
|
MuxerTrack |
Muxer.addVideoTrack(Codec codec,
VideoCodecMeta meta)
Adds a video track and stores the provided metadata fields inside the
container.
|
static AudioDecoder |
JCodecUtil.createAudioDecoder(Codec codec,
ByteBuffer decoderSpecific) |
static VideoDecoder |
JCodecUtil.createVideoDecoder(Codec codec,
ByteBuffer decoderSpecific) |
| Constructor and Description |
|---|
DemuxerTrackMeta(TrackType type,
Codec codec,
double totalDuration,
int[] seekFrames,
int totalFrames,
ByteBuffer codecPrivate,
VideoCodecMeta videoCodecMeta,
AudioCodecMeta audioCodecMeta) |
| Modifier and Type | Field and Description |
|---|---|
static Codec[] |
FLVReader.audioCodecMapping |
static Codec[] |
FLVReader.videoCodecMapping |
| Modifier and Type | Method and Description |
|---|---|
Codec |
FLVTag.TagHeader.getCodec() |
| Constructor and Description |
|---|
AacAudioTagHeader(Codec codec,
AudioFormat audioFormat,
int packetType) |
AudioTagHeader(Codec codec,
AudioFormat audioFormat) |
AvcVideoTagHeader(Codec codec,
int frameType,
byte avcPacketType,
int compOffset) |
TagHeader(Codec codec) |
VideoTagHeader(Codec codec,
int frameType) |
| Modifier and Type | Method and Description |
|---|---|
MuxerTrack |
ImageSequenceMuxer.addAudioTrack(Codec codec,
AudioCodecMeta meta) |
MuxerTrack |
ImageSequenceMuxer.addVideoTrack(Codec codec,
VideoCodecMeta meta) |
| Constructor and Description |
|---|
VideoTrack(MKVDemuxer demuxer,
int trackNo,
ByteBuffer state,
Codec codec) |
| Modifier and Type | Method and Description |
|---|---|
MuxerTrack |
MKVMuxer.addAudioTrack(Codec codec,
AudioCodecMeta meta) |
MuxerTrack |
MKVMuxer.addVideoTrack(Codec codec,
VideoCodecMeta meta) |
| Modifier and Type | Method and Description |
|---|---|
static String |
MP4Util.getFourcc(Codec codec) |
| Modifier and Type | Method and Description |
|---|---|
MuxerTrack |
MP4Muxer.addAudioTrack(Codec codec,
AudioCodecMeta meta) |
CodecMP4MuxerTrack |
MP4Muxer.addCompressedAudioTrack(Codec codec,
AudioFormat format) |
CodecMP4MuxerTrack |
MP4Muxer.addTrackWithId(MP4TrackType type,
Codec codec,
int trackId) |
MuxerTrack |
MP4Muxer.addVideoTrack(Codec codec,
VideoCodecMeta meta) |
| Constructor and Description |
|---|
CodecMP4MuxerTrack(int trackId,
MP4TrackType type,
Codec codec) |
| Modifier and Type | Method and Description |
|---|---|
Codec |
MXFCodec.getCodec() |
| Modifier and Type | Method and Description |
|---|---|
MuxerTrack |
RawMuxer.addAudioTrack(Codec codec,
AudioCodecMeta meta) |
MuxerTrack |
RawMuxer.addVideoTrack(Codec codec,
VideoCodecMeta meta) |
Copyright © 2018. All rights reserved.