Hi,
I am using DM8148 EVM and I am able to use the OMX capture and encode application at both 1080p and 720p but the captured file always has a output frame rate of 25 fps in both the case. I have used the following set of commands:
./capture_encode_a8host_debug.xv5T -o sample.h264 -m 1080p -f 60 -b 1000000 -d 0 -n 1000
./capture_encode_a8host_debug.xv5T -o sample.h264 -m 1080p -f 30 -b 1000000 -d 0 -n 1000
./capture_encode_a8host_debug.xv5T -o sample.h264 -m 720p -f 60 -b 1000000 -d 0 -n 1000
./capture_encode_a8host_debug.xv5T -o sample.h264 -m 1080p -f 30 -b 1000000 -d 0 -n 1000
The sample.h264 has always 25fps. Please tell me how to modify the output fps. The input given to the EVM is from sony play station 3.
Regards,
Debasish