Hi,
Is there an orbx.js bitstream specification somewhere? It would be nice to be able to see what's inside.
ORBX.js specification
- chris.denovellis
- Posts: 5
- Joined: Sat Nov 09, 2013 3:16 am
- Contact:
Does the ORBX.js encoder have a preference for video input format?
Such as:
- RAW RGB
- RGB565/555/444
- CCIR656
- YUV422/420
- YCbCr422
Such as:
- RAW RGB
- RGB565/555/444
- CCIR656
- YUV422/420
- YCbCr422
The current codec uses YUV420 to encode from an RGB888 source from the desktop. The version we are open sourcing this year will have 12-bits per channel and support 444 encoding.chris.denovellis wrote:Does the ORBX.js encoder have a preference for video input format?
Such as:
- RAW RGB
- RGB565/555/444
- CCIR656
- YUV422/420
- YCbCr422
ORBX2 is intended to support this via YUV444. Technically we would support 36-bit RGB or 48-bit RGBA at visually lossless quality. No ETA just yet on when that is coming out, but it is on our short term roadmap specifically for this kind of streaming.klilly wrote:Will ORBX.js have the quality of 32bit crisp image?.
- chris.denovellis
- Posts: 5
- Joined: Sat Nov 09, 2013 3:16 am
- Contact:
Any updates on ETA for ORBX.js?Goldorak wrote:That will come later this year.
https://brendaneich.com/2013/12/orbx-js ... ated-news/
Thanks,
Chris
We'll roll it out through x.io first.