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.

Porting TI 8168 Encode, Decode and Display to FFMpeg Project

Hello Ti Friends,

    We want to port 8168 codecs to FFMpeg (base on SDK 2.0.0.0 mcfw frame work) and have a few questions for help:

   1. How can we know decode process has finished on buffer list  (Use request --> Fill data --> Send to DSP) ?

   2. If we use SDL(base on /dev/fb0) to output video, it will be very slow compare with vdis module ?  Can we define a depend module to display video as device SDL and how to do that ?

   3. Could you please give us some advice how implement encode h264 on FFMpeg ?

    Best Regards,

    Dellrunning

  • DM8168 codec are hareware acclerated and available in binary form. When you say you want to encode on ffmpeg, what do you mean ?

     

    I will also move this post to DM81x form and your other queries may get replied there.

    regards

    Yashwanty

  • Hello Yashwanty,

        Thanks a lot.

        What we want is: Using ffmpeg framework to display, encode/decode multimedia stream.

        We hope use video hardware DSP to encode/decode H264 and let ffmpeg do other tasks that 8168 does not support codes.

        Best Regards,

        Dellrunning