Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(Feature Request) timeline thumbnail #3940

Closed
mostafaasadi opened this issue Dec 25, 2016 · 12 comments
Closed

(Feature Request) timeline thumbnail #3940

mostafaasadi opened this issue Dec 25, 2016 · 12 comments

Comments

@mostafaasadi
Copy link

Hi
It's very good idea , like youtube player or some other players, mpv shows a thumbnail preview on video timeline.
best regards

@Argon-
Copy link
Member

Argon- commented Dec 26, 2016

IIRC this was already rejected multiple times.
There is one mpv wrapper (/branch) that does this by having 2 instances of mpv, essentially overlaying one instance with the other. Don't remember the name though.

Web players (e.g. youtube) usually offer this because seeking can take quite long. So you want to minimize the amount of seek operations and these previews help you to select the desired position on the first try. However, for an offline player seeks are ridiculously cheap and instantaneous. In fact, having another instance of mpv rendering the small preview all the time is (very) likely to consume more resources than a few targeted seeks.

@darkmorpher
Copy link

@wm4 MPC-BE supposedly has that feature

@Hrxn
Copy link
Contributor

Hrxn commented May 23, 2017

MPC-BE indeed has.

Although I don't think that anything comes close to the original implementation on YouTube.

@ghost
Copy link

ghost commented May 23, 2017

And how is that implemented?

@Hrxn
Copy link
Contributor

Hrxn commented May 23, 2017

@darkmorpher
Copy link

Also, QtAV
https://github.com/wang-bin/QtAV/blob/master/widgets/VideoPreviewWidget.cpp

@0xBRM
Copy link
Contributor

0xBRM commented May 24, 2017

Would be cool if it only triggered during a pause.

@otommod
Copy link
Contributor

otommod commented May 24, 2017

On YouTube I believe that the thumbnails are actually created when the video is uploaded.

There's also audience, from elementary.

@Hrxn
Copy link
Contributor

Hrxn commented May 25, 2017

Yeah, pretty sure that YouTube uses a special additional track created just for the previews..

@wiiaboo
Copy link
Member

wiiaboo commented May 25, 2017

It's not really a track, just a thumbnail image map.

@kevmitch
Copy link
Member

kevmitch commented Jan 5, 2018

This is not going to happen in mpv core. @TheAMM has a user script to do this by replacing the osc.

@nvcken
Copy link

nvcken commented May 6, 2020

I tried to setup mpv thumbnail preview script, but doesn't work yet.
TheAMM/mpv_thumbnail_script#61
Have anyone tried it? Pls help

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

9 participants