Hello There:
I'm using the TMS320DM648DVDP evaluation board to encode video using H.264 (I'm using the TI's H.264 Baseline Profile Encoder Version 1.14 that is provided with the evaluation kit). The output data from the encoder is being grabbed by a computer (Using the PCI bus) everytime a frame is encoded and then it is saved into a file. If the frame rate is 30 fps then I can playback the video using several standar H.264 decoders in normal motion (30 fps), however if I change the frame rate say at 15 fps then the playback is in fast motion.
My question is, how can I make the decoder knows the frame rate used?
I have tried to play around with the VIDENC_DynamicParams with the input frame rate and the target frame rate parameters and seems to have no effect on this. Any help would be greately appreciated.
Thanks;
Gabriel