I am working with the JPEG Codec provided via the link below. I am attempting to use the encode demo provided with the DVSDK 3.10 to use the JPEG encoder codec instead of the h264 one.
http://software-dl.ti.com/dsps/dsps_public_sw/codecs/C64XPlus_Video/index_FDS.html
The issue is that the JPEG Codec doen’t support the YUV422SP color space. I need to perform a color space conversion from YUV422SP to YUV422P and I’m trying to figure out the means to do so.
It appears the C6EZAccel libraries can do support this. However, the wiki page for C6EZAccel says that its end of life. I am looking for any suggestions on how to perform the colorspace conversion. Is it ok to use C6EZAccel even though it’s no longer supported?
I’ve also tried using the CCV module in the DMAI, but it appears it can only convert YUV422SP to YUV420SP (semi planar only) and vice versa.
Regards,
-Jaden