Package | Description |
---|---|
org.jcodec.api.transcode | |
org.jcodec.codecs.h264 | |
org.jcodec.codecs.png | |
org.jcodec.codecs.prores | |
org.jcodec.codecs.raw | |
org.jcodec.codecs.vpx | |
org.jcodec.common |
Modifier and Type | Method and Description |
---|---|
protected VideoEncoder.EncodedFrame |
SinkImpl.encodeVideo(Picture frame,
ByteBuffer _out) |
Modifier and Type | Method and Description |
---|---|
VideoEncoder.EncodedFrame |
H264Encoder.encodeFrame(Picture pic,
ByteBuffer _out)
Encode this picture into h.264 frame.
|
Modifier and Type | Method and Description |
---|---|
VideoEncoder.EncodedFrame |
PNGEncoder.encodeFrame(Picture pic,
ByteBuffer out) |
Modifier and Type | Method and Description |
---|---|
VideoEncoder.EncodedFrame |
ProresEncoder.encodeFrame(Picture pic,
ByteBuffer buffer) |
Modifier and Type | Method and Description |
---|---|
VideoEncoder.EncodedFrame |
RAWVideoEncoder.encodeFrame(Picture pic,
ByteBuffer _out) |
Modifier and Type | Method and Description |
---|---|
VideoEncoder.EncodedFrame |
VP8Encoder.encodeFrame(Picture pic,
ByteBuffer _buf) |
Modifier and Type | Method and Description |
---|---|
abstract VideoEncoder.EncodedFrame |
VideoEncoder.encodeFrame(Picture pic,
ByteBuffer buffer)
Encode one video frame.
|
Copyright © 2019. All rights reserved.