[Libav-user] ffmpeg for creting video from images

Carl Eugen Hoyos cehoyos at ag.or.at
Wed Jan 27 14:00:07 CET 2016


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



More information about the Libav-user mailing list