> > Unfortunately, I can not reach 25 fps while decoding, even with dropping > frames. > So I think that the option for "frame dropping" is not working !! > -vsync should be listed after the input, if you are looking for a constant 25fps try this: ffmpeg -threads 1 -framerate 25 -i <input_video> -vsync 1 -f null /dev/null