This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

H264 to JPEG conversion on DVRRDK

Hello,

I am using DVRRDK on DM8168 processor to capture and encode (i.e. H.264) video. This encoded video is being streamed via RTSP, lets consider it as video path1.

I am also having recorded H.264 files in the connected SSD, this recorded H264 data is also getting streamed via RTSP, consider it as video path2.

Usecase 1.

I want to take the JPEG snapshot form both these video paths upon the user request. Typically in both the cases I want to convert H.264 frame in to JPEG frame. How this can be achieved using DVRRDK?

Usecase 2.

How to stitch two JPEG images in to one? Is it possible via DVRRDK? I tried to use ffmpeg to stitch the images (JPEG ->YUV->JPEG) but it consumes lot of CPU.

Thank you in advance.