[Libav-user] ffmpeg for creting video from images

salsaman salsaman at gmail.com
Wed Jan 27 14:29:37 CET 2016


On Wed, Jan 27, 2016 at 10:05 AM, Carl Eugen Hoyos <cehoyos at ag.or.at> wrote:

> Paul B Mahol <onemda at ...> writes:
>
> > On 1/27/16, Carl Eugen Hoyos <cehoyos <at> ag.or.at> wrote:
> > > 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.
> >
> > That is for vfr.
>
> How is the fact that the mentioned players (all) simply quit
> after displaying the last frame related to vfr or cfr?
> Especially since all players don't care about vfr afaict.
>
> Carl Eugen
>
> _______________________________________________
> Libav-user mailing list
> Libav-user at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/libav-user
>



It makes sense - with vfr you would show the current frame until the next
frame is ready. With the last frame there is no "next frame", so the player
has to quit straight away or else show the last frame forever. Actually I
would have implemented it so that the last frame always gets the same
timing as the penultimate frame. For non vfr that would be correct.



Regards,
Salsaman,


http://lives-video.com
https://www.openhub.net/accounts/salsaman
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://ffmpeg.org/pipermail/libav-user/attachments/20160127/d18fbb6e/attachment.html>


More information about the Libav-user mailing list