salsaman <salsaman at ...> writes: > $ time mplayer test.mp4 Both MPlayer and mplayer2 (and FFplay) ignore the duration of the last frame of any video: As soon as the last frame is shown, the player quits. The following should show you the real duration of the file: $ ffmpeg -i test.mp4 -f null - Carl Eugen