Constructor and Description |
---|
SequenceEncoder(SeekableByteChannel out,
Rational fps,
Format outputFormat,
Codec outputVideoCodec,
Codec outputAudioCodec) |
Modifier and Type | Method and Description |
---|---|
Tuple._3<Integer,Integer,Codec> |
SourceImpl.getInputAudioCode() |
Tuple._3<Integer,Integer,Codec> |
SourceImpl.getIntputVideoCodec() |
Modifier and Type | Method and Description |
---|---|
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 | Field and Description |
---|---|
static Codec |
Codec.AAC |
static Codec |
Codec.AC3 |
static Codec |
Codec.ADPCM |
static Codec |
Codec.ALAW |
static Codec |
Codec.DTS |
static Codec |
Codec.DV |
static Codec |
Codec.FLASH_SCREEN_V2 |
static Codec |
Codec.FLASH_SCREEN_VIDEO |
static Codec |
Codec.G711 |
static Codec |
Codec.H264 |
static Codec |
Codec.J2K |
static Codec |
Codec.JPEG |
static Codec |
Codec.MP1 |
static Codec |
Codec.MP2 |
static Codec |
Codec.MP3 |
static Codec |
Codec.MPEG2 |
static Codec |
Codec.MPEG4 |
static Codec |
Codec.NELLYMOSER |
static Codec |
Codec.PCM |
static Codec |
Codec.PCM_DVD |
static Codec |
Codec.PNG |
static Codec |
Codec.PRORES |
static Codec |
Codec.RAW |
static Codec |
Codec.SORENSON |
static Codec |
Codec.SPEEX |
static Codec |
Codec.TIMECODE |
static Codec |
Codec.TRUEHD |
static Codec |
Codec.V210 |
static Codec |
Codec.VC1 |
static Codec |
Codec.VC3 |
static Codec |
Codec.VORBIS |
static Codec |
Codec.VP6 |
static Codec |
Codec.VP8 |
static Codec |
Codec.VP9 |
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 s) |
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 © 2019. All rights reserved.