Modifier and Type | Method and Description |
---|---|
static SequenceEncoder |
SequenceEncoder.createWithFps(SeekableByteChannel out,
Rational fps) |
Constructor and Description |
---|
SequenceEncoder(SeekableByteChannel out,
Rational fps,
Format outputFormat,
Codec outputVideoCodec,
Codec outputAudioCodec) |
Modifier and Type | Method and Description |
---|---|
Rational |
MPSMediaInfo.MPEGTrackMetadata.getFpsR() |
Modifier and Type | Method and Description |
---|---|
Rational |
VideoCodecMeta.getPasp() |
Rational |
VideoCodecMeta.getPixelAspectRatio() |
Modifier and Type | Method and Description |
---|---|
static VideoCodecMeta |
VideoCodecMeta.createVideoCodecMeta(String fourcc,
ByteBuffer codecPrivate,
Size size,
Rational pasp) |
static VideoCodecMeta |
VideoCodecMeta.createVideoCodecMeta2(String fourcc,
ByteBuffer codecPrivate,
Size size,
Rational pasp,
boolean interlaced,
boolean topFieldFirst) |
void |
VideoCodecMeta.setPixelAspectRatio(Rational pasp) |
Modifier and Type | Field and Description |
---|---|
static Rational |
Rational.HALF |
static Rational |
Rational.ONE |
static Rational |
Rational.ZERO |
Modifier and Type | Method and Description |
---|---|
Rational |
Rational.divide(Rational other) |
Rational |
Rational.divideBy(Rational other) |
Rational |
Rational.divideByInt(int scalar) |
Rational |
Rational.divideInt(int scalar) |
Rational |
Rational.flip() |
Rational |
Frame.getPixelAspect() |
Rational |
Rational.minus(Rational other) |
Rational |
Rational.minusInt(int scalar) |
Rational |
Rational.multiply(Rational other) |
Rational |
Rational.multiplyInt(int scalar) |
static Rational |
Rational.parse(String string) |
static Rational |
Rational.parseRational(String string) |
Rational |
Rational.plus(Rational other) |
Rational |
Rational.plusInt(int scalar) |
static Rational |
Rational.R(int num,
int den) |
static Rational |
Rational.R1(int num) |
static Rational |
Rational.reduce(int num,
int den) |
static Rational |
Rational.reduceRational(Rational r) |
Modifier and Type | Method and Description |
---|---|
Rational |
Rational.divide(Rational other) |
Rational |
Rational.divideBy(Rational other) |
RationalLarge |
RationalLarge.divideByR(Rational other) |
RationalLarge |
RationalLarge.divideR(Rational other) |
boolean |
Rational.equalsRational(Rational other) |
boolean |
Rational.greaterOrEqualTo(Rational sec) |
boolean |
Rational.greaterThen(Rational sec) |
Rational |
Rational.minus(Rational other) |
RationalLarge |
RationalLarge.minusR(Rational other) |
Rational |
Rational.multiply(Rational other) |
RationalLarge |
RationalLarge.multiplyR(Rational other) |
Rational |
Rational.plus(Rational other) |
RationalLarge |
RationalLarge.plusR(Rational other) |
static Rational |
Rational.reduceRational(Rational r) |
boolean |
Rational.smallerOrEqualTo(Rational sec) |
boolean |
Rational.smallerThen(Rational sec) |
Constructor and Description |
---|
Frame(Picture pic,
RationalLarge pts,
RationalLarge duration,
Rational pixelAspect,
int frameNo,
TapeTimecode tapeTimecode,
List<String> messages) |
Modifier and Type | Method and Description |
---|---|
Rational |
TrakBox.getPAR() |
Rational |
PixelAspectExt.getRational() |
Modifier and Type | Method and Description |
---|---|
static PixelAspectExt |
PixelAspectExt.createPixelAspectExt(Rational par) |
void |
TrakBox.setPAR(Rational par) |
Modifier and Type | Field and Description |
---|---|
protected Rational |
AbstractMP4MuxerTrack.tgtChunkDuration |
Modifier and Type | Method and Description |
---|---|
void |
AbstractMP4MuxerTrack.setTgtChunkDuration(Rational duration,
Unit unit) |
Modifier and Type | Method and Description |
---|---|
Rational |
MPSUtils.VideoStreamDescriptor.getFrameRate() |
Modifier and Type | Method and Description |
---|---|
Rational |
MXFDemuxer.MXFDemuxerTrack.getEditRate() |
Modifier and Type | Method and Description |
---|---|
Rational |
GenericPictureEssenceDescriptor.getAspectRatio() |
Rational |
GenericSoundEssenceDescriptor.getAudioSamplingRate() |
Rational |
TimelineTrack.getEditRate() |
Rational |
FileDescriptor.getSampleRate() |
Modifier and Type | Method and Description |
---|---|
Rational |
Y4MDemuxer.getFps() |
Modifier and Type | Method and Description |
---|---|
static List<Edit> |
Util.editsOnEdits(Rational mvByTrack,
List<Edit> lower,
List<Edit> higher) |
static Util.Pair<List<Edit>> |
Util.splitEdits(List<Edit> edits,
Rational trackByMv,
long tvMv) |
Copyright © 2019. All rights reserved.