Posts Tagged ‘Frames’

Using Command Line Only, How To I Retrieve The Exact Number Of Frames In A Given Video In Linux?

Wednesday, September 30th, 2009

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.