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.

How to get the frame type of the encoded stream of DM365



Hi All,

I am using dvsdk_2_10_00_17 for DM365 developement and I am facing the issue to get the frame type of the encoded stream of DM365 per DMAI.

I suppose VIDENC1_process has returned the  frame type of the encoded stream per IVIDENC1_OutArgs(please find venc1.c for detail), while the DMAI does not has the API to out put the  frame type. Is there any way to get the frame type?

Thanks,

Robin

  • I am not too familiar with DMAI yet, so maybe someone more knowledgeable on the topic can chime in; however, it is my understanding that DMAI's goal is to provide a simpler to use interface.  As it often happens, I imagine that by making an API simpler to use, you give up some of the flexibility and features (more options make things more complex to use).  I am not saying this is what happened in this case, as I am not too familiar with DMAI yet; all I am saying is you should not expect DMAI to be able to do everything layers underneath it (codec engine, drivers....) do.  Fortunately, you can always use those layers underneath if DMAI does not meet all your goals.