Using command line only, how to I retrieve the exact number of frames in a given video in Linux?
ffmpeg will return the duration in minutes and the framerate but duration*framerate does not give an exact number of frames.
I need to know the exact number of frames.