In my program the video properties give me wrong results for the frame count and the msec of the frames in the video. e I know that it must be an opencv problem but I was wondering if I can compile from scratch opencv so that opencv can correctly recognize the video properties.
So I am asking is there a way to configure the ffmpeg or libx264 support so that opencv reads the correct properties?
I am asking because I do not want to do it though ffmpeg apis because i have better understanding of Opencv