salsaman <salsaman@...> 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 _______________________________________________ Libav-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/libav-user
