On Tue, Apr 10, 2018 at 06:58:37PM +0300, Dumitru Mișu Moldovan wrote: > On 04/10/18 17:51, mazoc...@disroot.org wrote: > > Hi! > > > > Is this happening because of Clang 6 fallout? > > > > mazocomp$ pkg_add -n mplayer > > quirks-2.418 signed on 2018-04-09T22:17:28Z > > Can't find mplayer > > mazocomp$ > > > > Is mplayer still a thing? Have used it for many years a long time ago, > but now I see the latest stable is 2 years old and nicknamed > "worksforme"… :-] > > I think of mpv as the spiritual successor of mplayer, being the most > successful fork. Is there anything mplayer does and mpv cannot? Using > something else (ffmpeg's ffplay) only when in need of best performance > possible on my old hardware here. > >
Yes, it is. MPlayer has less dependencies and also I tested both mpv and mplayer at hardware which didn't have 2D acceleration. That was terrible, mpv tried to put every frame at screen, so giving 1 minute video to mpv made video last 6 minutes, but it could play all audio in 1 minute, so I didn't hear any sound last 5 minutes. I didn't notice the same problem at mplayer, it played as much frames as possible in 1 minute. Maybe I should read mpv's man page, but I like when everything works by default.