←back to thread

1113 points Bluestein | 1 comments | | HN request time: 0s | source
Show context
jwells89 ◴[] No.41277461[source]
This has always worked well for me, handling anything that’s thrown at it with ease.

Things may have changed since then, but when I first encountered the project several years ago it seemed like the thing that made this project stand out compared to other player projects was a big emphasis on correctness and accurate playback. There have files I’ve encountered that for example VLC will play with quirks (color reproduction is not quite right, etc) that mpv plays perfectly.

replies(3): >>41277592 #>>41278071 #>>41278458 #
Bluestein ◴[] No.41277592[source]
> There have files I’ve encountered that for example VLC will play with quirks (color reproduction is not quite right, etc) that mpv plays perfectly.

Given how VLC is basically bulletproof and will play absolutely anything thrown at it - it's great to hear that mpv is up there ...

replies(1): >>41277834 #
mixmastamyk ◴[] No.41277834[source]
While great in general, vlc has many small seek/sync issues, and also seems to be in maintenance mode.
replies(2): >>41278306 #>>41278675 #
0cf8612b2e1e ◴[] No.41278675[source]
What non-maintenance work needs doing? From the outside, it plays basically all the formats. There is always the potential for improving algorithms, but it strikes me as pretty feature complete.
replies(1): >>41279121 #
mixmastamyk ◴[] No.41279121{3}[source]
> has many small seek/sync issues

Playback issues... scrub problems mentioned elsewhere, audio/video get out of sync when seeking a lot; need to hit left arrow to reset, speed changes lag when changed a lot, when there's a short clip it can end audio early, etc, etc.

Not a huge deal, but if you use it every day for video and audio file testing/lyric transcribing these little bugs get old. The playback core needs a rewrite to be "preemptive" I'd guess.

replies(2): >>41279717 #>>41280312 #
d110af5ccf ◴[] No.41280312{4}[source]
> audio/video get out of sync when seeking a lot

I have a very similar issue with subtitles in MPV sometimes. Some unknown (at least to me) combination of codec, encoding settings, subtitle format, switching subtitle tracks, and seeking will utterly break it to the point that I have to exit and reopen the file. I can't be bothered to debug the issue (so far).

In general I don't understand the negative comments I see VLC get. I've never encountered major problems with either piece of software. I've encountered minor bugs and annoyances with both.

replies(1): >>41284444 #
1. mixmastamyk ◴[] No.41284444{5}[source]
Lots more folks use vlc I’d guess.

The media players we have on mobile don’t suffer from these issues, so they must be solvable.