


I have tried to run ffmpeg binary with -threads 0 and without it, but the results are still the same(twice as long as ffplay). The results I am getting are strange to me - the call to the aforementioned function takes twice as much in ffmpeg binary compared to ffplay binary. Is this a wrong way of doing it? Please let me know if I am incorrect. In my understanding the average time for the call to that function should be the same whether I am converting the video or playing it, because I am only measuring how long it takes to decode the frame for that video. ~/bin/ffplay ~/Documents/video-input.h264
