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.

DM6467T H264 FHD Codec configuration

Hello,

I have the DM6467T evaluation board.

I don't succeed to encode H2264 720P at 60fps  -

- When using the 720P Codec, it seems that in enocdes at 60fps, however it reports frame rate of about 25fps.

- When using the FHD codec, we succeed to configure it to 1080P30 but didn't succeed to configure it to 720P60.

 

I appreciate to get help in configuring the FHD codec.

 

Thanks,

  • In your post below statement

    - When using the 720P Codec, it seems that in enocdes at 60fps, however it reports frame rate of about 25fps.

    What do you mean by it reports? Can you please explain your method of checking the frame rate which gave you result as 25 fps

    Thanks,
    with Regards,
    pramod

  • Well, we encode the video input and save it as a file. When playing it with any player (e.g. VLC), the player reads the files headrs and set frame rate of 25 - 30 fps, not 60fps.

  • Hi Mordehay Hilu,
    H.264 elementry stream doesn't carry frame rate information, until unless the VUI paramaters and timining_info SEI has been encoded in the stream. In this case players show some default value and in your case it is 25 fps.
    If you have a input source captured at 60 frames per second and by feeding this source to encoder if you obtain the stream having all the frames in real time then encoder is indeed encoding at 60 fps.

    Thnaks,
    with Regards,
    pramod