<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Jan 27, 2016 at 10:05 AM, Carl Eugen Hoyos <span dir="ltr"><<a href="mailto:cehoyos@ag.or.at" target="_blank">cehoyos@ag.or.at</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Paul B Mahol <onemda@...> writes:<br>
<br>
> On 1/27/16, Carl Eugen Hoyos <cehoyos <at> <a href="http://ag.or.at" rel="noreferrer" target="_blank">ag.or.at</a>> wrote:<br>
<span class="">> > salsaman <salsaman <at> ...> writes:<br>
> ><br>
> >> $ time mplayer test.mp4<br>
> ><br>
> > Both MPlayer and mplayer2 (and FFplay) ignore the duration<br>
> > of the last frame of any video: As soon as the last frame<br>
> > is shown, the player quits.<br>
><br>
> That is for vfr.<br>
<br>
</span>How is the fact that the mentioned players (all) simply quit<br>
after displaying the last frame related to vfr or cfr?<br>
Especially since all players don't care about vfr afaict.<br>
<div class=""><div class="h5"><br>
Carl Eugen<br>
<br>
_______________________________________________<br>
Libav-user mailing list<br>
<a href="mailto:Libav-user@ffmpeg.org">Libav-user@ffmpeg.org</a><br>
<a href="http://ffmpeg.org/mailman/listinfo/libav-user" rel="noreferrer" target="_blank">http://ffmpeg.org/mailman/listinfo/libav-user</a><br>
</div></div></blockquote></div><br><br><br></div><div class="gmail_extra">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.<br><br><br><br></div><div class="gmail_extra">Regards,<br></div><div class="gmail_extra">Salsaman,<br><br><br><a href="http://lives-video.com" target="_blank">http://lives-video.com</a><br><a href="https://www.openhub.net/accounts/salsaman" target="_blank">https://www.openhub.net/accounts/salsaman</a><br><br></div></div>