←back to thread

1113 points Bluestein | 1 comments | | HN request time: 0.401s | source
Show context
HPsquared ◴[] No.41277951[source]
Can it do smooth scrubbing (i.e. scrolling the progress bar)?

So many media players only show the key frames when scrubbing, making it a much less pleasant experience. Some mobile phones (Apple, Samsung) built-in media players seem to do it nicely, but I've never found a desktop media player that does it (VLC can't).

Probably would require a lot of extra decoding behind the scenes to extract all the frames, but worth it on a modern machine.

replies(5): >>41278043 #>>41278173 #>>41278493 #>>41278508 #>>41285327 #
1. loeg ◴[] No.41278493[source]
Outside of low bitrate streaming (youtube), most media has sufficient keyframes (I frames) that this distinction really doesn't matter. I don't know what mpv does, though.