Hi Everyone,
I'm working on an existing DM368 design that is required to decode 1080p@30fps h264 video. Currently, it is decoding video created by a DM368 device, so using closed-loop decoding allows us to hit the 30fps target. We are now supporting video from a 3rd party device and unfortunately closed-loop decoding causes decoding artifacts. Using the universal decoder removes the artifacts but limits decoding speed to around 25fps.
I have two questions:
1. What encoder settings are needed by the 3rd party device to enable 30fps playback on a DM368 device?
2. Is it possible to configure the H264 decoder to skip P Frames so that 30FPS video is instead decoded at 25, 15, or another FPS? I've tried manually skipping P Frames however this caused the decoder to return bit errors and my decoding application failed.
Thank you