Class | Description |
---|---|
RAWVideoDecoder |
This class is part of JCodec ( www.jcodec.org ) This software is distributed
under FreeBSD License
|
RAWVideoEncoder |
This class is part of JCodec ( www.jcodec.org ) This software is distributed
under FreeBSD License
Encodes image data into raw bytes according to the color space.
|
V210Decoder |
This class is part of JCodec ( www.jcodec.org )
This software is distributed under FreeBSD License
The decoder for yuv 10 bit 422
x|x|9876543210(cr0)|9876543210(y0) |9876543210(cb0)
x|x|9876543210(y2) |9876543210(cb1)|9876543210(y1)
x|x|9876543210(cb2)|9876543210(y3) |9876543210(cr1)
x|x|9876543210(y5) |9876543210(cr2)|9876543210(y4)
|
V210Encoder |
This class is part of JCodec ( www.jcodec.org ) This software is distributed
under FreeBSD License
The encoder for yuv 10 bit 422
x|x|9876543210(cr0)|9876543210(y0) |9876543210(cb0) x|x|9876543210(y2)
|9876543210(cb1)|9876543210(y1) x|x|9876543210(cb2)|9876543210(y3)
|9876543210(cr1) x|x|9876543210(y5) |9876543210(cr2)|9876543210(y4)
|
Copyright © 2019. All rights reserved.